django-mapbox-location-field
django-mapbox-location-field copied to clipboard
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with sp...
Have added a useful link about the types of database from the scaler topics.
So I click on the map, everything is great, coordinates are good, when I save the form everything is good too, even if I then edit the form and save...
I'm using django-mapbox-location-field 1.7.3 on Django 3.2.8, I enabled the app by adding it to the INSTALLED_APPS list of settings.py, I added a location field to a model and ran...
Hello! After updating to v2.1.0, the value stored in the database for `LocationField()` has flipped on me. For example, an old record using v2.0.0 shows `-99.91433437500096,44.55426270755038` (lng,lat), but after installing...
Uncaught Error: Invalid LngLat latitude value: must be between -90 and 90 It's as if the value before location is considered incorrect. 
When I click on your demo project url, I reach a dead page. 