12 split map
Creating a split-panel map with only one line of code
Uncomment the following line to install leafmap if needed.
1 | |
This notebook example requires the ipyleaflet plotting backend. Folium is not supported.
1 | |
Print out the list of available basemaps.
1 | |
Create a split-panel map by specifying the left_layer and right_layer, which can be chosen from the basemap names, or any custom XYZ tile layer.
1 | |
Hide the zoom control from the map.
1 2 3 | |
Add labels to the map and change the default map center and zoom level.
1 2 3 4 5 6 7 8 9 | |
