django-location-field
django-location-field copied to clipboard
Location field and widget for Django. It supports Google Maps, OpenStreetMap and Mapbox
This allows one to define its own tile server to use in case it is not in the predefined ones.
Leaflet is currently in version 0.7.7. Trying it, I faced numerous GUI bugs. I tried to upgrade it and it worked (for me) as expected. How do you think about...
The problem is that LocationField stores its value as a lat,long string most of the time, but when it comes back from the database, it's a `Point`. By default it...
Hi, looks like the initial map rendering is not using initial or zoom arguments, it is always at position (0,0)
Python 2.7 will be removed from GitHub Actions. Let's take the opportunity to drop support for Python 2.7 as well, as planned, and remove related GitHub Actions Workflows. Reference: https://github.com/actions/setup-python/issues/672