60 Jupyter notebook examples for using MapLibre with Leafmap #4315
giswqs
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I would advise to open a PR for awesome maplibre if this is not listed there already. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check out 60 notebook examples for using MapLibre with Leafmap, which builds upon the MapLibre Python bindings - py-maplibregl. 57 out of the 99 MapLibre JS examples are now also available in Python.
See below for some examples.
https://leafmap.org/maplibre/overview/
Display buildings in 3D
Use extrusions to display buildings' height in 3D.
Extrude polygons for 3D indoor mapping
Create a 3D indoor map with the fill-extrude-height paint property.
3D Terrain
Go beyond hillshade and show elevation in actual 3D.
Add a default marker
Add a default marker to the map.
Add deck.gl layers
Add deck.gl layers to the map.
Add an icon to the map
Add an icon to the map from an external URL and use it in a symbol layer.
Add a generated icon to the map
Add an icon to the map that was generated at runtime.
Animate a line
Animate a line by updating a GeoJSON source on each frame.
Beta Was this translation helpful? Give feedback.
All reactions