18 point layer
Adding a point layer with popup attributes to the map
The notebook requires the ipyleaflet plotting backend. Folium is not supported. The point dataset can be any geopandas-supported file stored locally or online.
Uncomment the following line to install leafmap if needed.
1 | |
1 | |
Use the toolbar GUI to open a point-type vector dataset.
1 2 | |
Display a single popup attribute.
1 2 3 | |
Display multiple popup attributes.
1 2 3 4 | |
