eodaGmbH / py-maplibregl

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

Support before_id in add_layer method #47

Closed crazycapivara closed 1 month ago

crazycapivara commented 1 month ago

Add before_id to add_layer method:

add_layer(layer: Layer, before_id: str = None):
    ...

See JS method here.

See #45