eodaGmbH / py-maplibregl

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

Change MapOptions (zoom, pitch, bearing) from int to float #61

Closed giswqs closed 1 week ago

giswqs commented 2 weeks ago

The MapLibre JS acceptes MapOptions (zoom, pitch, bearing) as float data type. See this example. Currently, the python bindings throw an error when these parameters are float. This PR fixes this issue and the broken link.