eodaGmbH / py-maplibregl

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

Web Map Services raster layer with MapLibre #38

Closed ambarja closed 2 months ago

ambarja commented 2 months ago

Hi, recently I've been exploring this library and the integration with the spatial ecosystem in Python is awesome, especially with GeoPandas. But my question is, is it possible to integrate WMS? In the native version of MapLibre, this is possible. Here's an example 👇 https://maplibre.org/maplibre-gl-js/docs/examples/wms/

crazycapivara commented 2 months ago

Hi @ambarja yes, it is possible. I just added an example here.

ambarja commented 2 months ago

Hi @ambarja yes, it is possible. I just added an example here.

Ohh, thanks you @crazycapivara for this support.