Skip to main content

Create collaborative maps on top of Geodjango and Leaflet.

Project description

Important

Version 0.5 totally review the modelisation: instead of one model per feature (Marker, Polygon, Polyline), now all data are stored as geojson attached to the DataLayer.

Django-Leaflet-Storage

Provide collaborative maps for your Django project.

Django-Leaflet-Storage is a backend for Leaflet.Storage, built on top of Geodjango and Leaflet.

Check the demo here

Maintained repositories

Installation

Then you can pip install the app:

pip install django-leaflet-storage

Add leaflet_storage to you apps:

INSTALLED_APPS = (
    ...
    "leaflet_storage",
)

Include leaflet_storage urls:

(r'', include('leaflet_storage.urls')),

Create tables (add –migrate if you are using South:

python manage.py syncdb --migrate

Basic usage

From the Django admin (for now), you need to create at least:

  • one TileLayer instance

  • one Licence instance

Then, go to the map creation page (something like http://localhost:8017/map/new), and you will be able to add features (Marker, Polygon…).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-leaflet-storage-0.6.13.tar.gz (383.3 kB view details)

Uploaded Source

Built Distribution

django_leaflet_storage-0.6.13-py2-none-any.whl (506.6 kB view details)

Uploaded Python 2

File details

Details for the file django-leaflet-storage-0.6.13.tar.gz.

File metadata

File hashes

Hashes for django-leaflet-storage-0.6.13.tar.gz
Algorithm Hash digest
SHA256 15ac08298313b4f69231ae80eac8610e61f18a6f193dd055a975c99860a4178a
MD5 7b3b115a21f2c0349ca63c97ccaca084
BLAKE2b-256 d1479df88957ca57f5234dd71113408331325f1dc03c11bbb5e6cc9db7ce1862

See more details on using hashes here.

File details

Details for the file django_leaflet_storage-0.6.13-py2-none-any.whl.

File metadata

File hashes

Hashes for django_leaflet_storage-0.6.13-py2-none-any.whl
Algorithm Hash digest
SHA256 d59725313a059b86e51c892755a3bcf6e68ff6e1dafae3a4ce0223dfd5db7a5f
MD5 f55e925fd5ed2692688cef7246c61308
BLAKE2b-256 1c09df852259ec02cf1b0a516222f83bf1f6f268d4b3b03f13c690020c93b662

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page