django-location-field icon indicating copy to clipboard operation
django-location-field copied to clipboard

Location field and widget for Django. It supports Google Maps, OpenStreetMap and Mapbox

Results 25 django-location-field issues
Sort by recently updated
recently updated
newest added

Mapbox deprecated classic map styles

Mapbox doesn't work as map provider since they deprecated classic styles: https://blog.mapbox.com/deprecating-studio-classic-styles-d8892ac38cb4 When I try to load map at the django admin panel, the map doesn't render correctly. Response to...

Is this going to be added at some point?

The documentation for `location_field.forms.spatial.LocationField` had a copy-paste error.

Hopefully a simple one, but I am struggling to hide one of the input boxes. Does anyone have any advice? ![image](https://user-images.githubusercontent.com/24419429/98439542-71e1ed80-20ea-11eb-9028-c0ab64a3309e.png)

I've exposed the map widget attributes for the width and height in the settings, with the defaults set to the same as the original attrs. This way, the user can...

Good day, We are using the library with this configuration ``` LOCATION_FIELD = { "map.provider": "openstreetmap", "search.provider": "nominatim", } ``` The model is using a `PlainLocationField`. We need to allow...

Hello there. I have a strange behaviour with the `LocationField` in my `forms.py`. I guess i do something wrong, but have no idea what it is (**maybe the problem is...

Getting this error in the admin, anybody any clue? commenting out no problem: `# location =PlainLocationField(based_fields=[street], zoom=7, null=True, blank=True)` ``` Environment: Request Method: GET Request URL: http://127.0.0.1:8000/console/machines/aquamachine/ff7917b2-3ebf-1dd2-f4d7-674aaaf3a383/change/ Django Version: 3.0.8...