Ipyleaflet
In [1]:
Copied!
import geohaye
import geohaye
In [2]:
Copied!
m = geohaye.Map()
m.add_basemap('CartoDB.Positron')
m.add_basemap('Esri.WorldImagery')
m.add_layers_control() # Add layer control to the map by the user
m
m = geohaye.Map()
m.add_basemap('CartoDB.Positron')
m.add_basemap('Esri.WorldImagery')
m.add_layers_control() # Add layer control to the map by the user
m
Out[2]:
Map(center=[20, 0], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom_out_text…