Skip to article frontmatterSkip to article content

Chapter 2

import leafmap.foliumap as leafmap
m = leafmap.Map(center=(40, -100), zoom=4)
m.add_basemap("OpenTopoMap")
m