python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.93k stars 2.23k forks source link

Change `Map` lat&lon bound type annotations from int to float #1954

Closed JonasVerbickas closed 6 months ago

JonasVerbickas commented 6 months ago

There is no technical reason for why the lat&lon bounds would have to be int.

In fact, it makes a lot of sense to use floats in order to allow for much more precise map bounds.