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

If you browse the admin interface using https:// with openstreetmap provider, browser fails to load images because of "mixed content" (osm images are linked using http://). One solution could be...

In the admin I get the desired roadmap type, but the front end template renders a completely different map type. I am not sure what the reason is. I followed...

I'm using this package in a Django 2.2 project, with a MySQL database (i.e., non-spatial). I have a model containing a city field (actually a ForeignKey to a proper City...

I got the app installed and the documentation so far as been pretty good! I'm stoked to be able to use something like this. What I'm trying to do is...

Hello The Google map widget does not correctly appears in one to many model with Jet admin. When I refresh the page: good, all appears.

I am experiencing the same thing as evidenced in this thread: https://github.com/caioariede/django-location-field/issues/122 Someone should kindly help me out

Hello, I'm using a PlainLocationField which works well when using the default modelform in django-admin. Now I'm trying this custom form: ```python class PersonaNaturalForm(forms.ModelForm): geoloc = PlainLocationField( label='Ubicación', based_fields=['commune'], initial='-33.43993619197046,-70.6801986694336',...

Hi, I found this PR for fixing the problem with zoom https://github.com/caioariede/django-location-field/pull/77 but in latest release on pip is not working. I found the part of PR is missing: ```...

The location field might seem currently required, as there is always a marker on the map. It can be difficult so to track when the address has not been found...