Map widgets for Django PostGIS fields
Project description
Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.
Documentation: http://django-map-widgets.readthedocs.io.
Project Home Page : https://github.com/erdem/django-map-widgets.
Achievements
The aim of the Django map widgets is to make all Geo Django widgets more user friendly and configurable. Map widgets support major map services (GoogleMaps, OpenStreetMap) for your geoDjango fields.
Installation
$ pip install django-map-widgets
Add ‘map_widgets’ to your INSTALLED_APPS in settings.py
INSTALLED_APPS = [
...
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'mapwidgets',
]
Requirements
Django Map Widgets needs Jquery dependency to work in your regular views. In Django Admin case, you don’t need to provide the jQuery just because it’s already available on django.jQuery namespace.
Screenshots
Google Map Point Field Widget
Google Map Point Field Widget for Django Admin Inlines
Google Map Static Overlay Widget
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.