Closed giswqs closed 5 months 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.
float
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.