Google Maps Location and Area Fields for Django -


I'm looking for two Django model fields which are easy to use in admin and Google Maps offers interactive interface.

Locationfield

Store latitude and latitude, the administrator clicks the map to mark the user location.

Fieldfield

Stores different strings from commas, the admin user creates a shape on the map to mark an area.

  • / Ul>

    There is also definitely geodjango but this one bit overkill for this project.

    We are experimenting with a custom (non-administrator) interface. If the location can not be found from Google street address, we offer a navigable map and allow the user to choose a location, then store latitude and longitude. Otherwise, there is a possibility of getting lots of street addresses that can not parse Google Maps.

  • Comments