eodaGmbH / py-maplibregl

Python bindings for MapLibre GL JS
https://eodagmbh.github.io/py-maplibregl/
MIT License
27 stars 2 forks source link

PMTiles Support? #55

Closed diehl closed 2 weeks ago

diehl commented 2 weeks ago

Hi Stefan,

Is it possible by chance to use PMTiles to load a basemap? I found this webpage that discusses how to load PMTiles using the MapLibre JS library: https://docs.protomaps.com/pmtiles/maplibre

Chris

giswqs commented 2 weeks ago

I am also very interested in the PMTiles support.

What is the procedure to add support for the Maplibre plugins? https://maplibre.org/maplibre-gl-js/docs/plugins/

crazycapivara commented 2 weeks ago

Hi Chris,

yep, this is an interesting feature. I think it should be easy to add. I will take a look at it.

crazycapivara commented 2 weeks ago

I am also very interested in the PMTiles support.

What is the procedure to add support for the Maplibre plugins? https://maplibre.org/maplibre-gl-js/docs/plugins/

It depends on the plugin, there is no standard procedure yet.

giswqs commented 2 weeks ago

It would be great to add support for the pmtiles plugin. We can then learn from your PR to add support for other plugins.

Other useful plugins include terra-draw and mapbox-gl-draw. https://github.com/JamesLMilner/terra-draw https://github.com/mapbox/mapbox-gl-draw

diehl commented 2 weeks ago

Hi Chris,

yep, this is an interesting feature. I think it should be easy to add. I will take a look at it.

Brilliant - thank you Stefan! This would be a huge win.