Skip to article frontmatterSkip to article content

Chapter 1

import leafmap.foliumap as leafmap
m = leafmap.Map(center=[40, -100], zoom=4)
m.add_basemap("Esri.WorldImagery")
m
Loading...