eodaGmbH / py-maplibregl

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

Do not add NavigationControl by default #31

Closed crazycapivara closed 3 weeks ago

crazycapivara commented 5 months ago

Add a parameter navigation_control to MapOptions:

class MapOption(BaseModel):
   # ...
   navigation_control: bool = True
giswqs commented 3 weeks ago

Any updates on this feature? It would be great to be able to customize the position of the NavigationControl. Since the default map adds the NavigationControl by default, adding a new one ends up with duplicate controls.

image