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.7.tar.gz (367.1 kB view details)

Uploaded Source

Built Distribution

django_leaflet_storage-0.6.7-py2-none-any.whl (475.7 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for django-leaflet-storage-0.6.7.tar.gz
Algorithm Hash digest
SHA256 72abdbb17b097eeca3fe50fdda3de8b0d56d1676abc18ababd26f65c82de4371
MD5 d5267258205ad2bb9518b31540ca0044
BLAKE2b-256 591e4c3c8c200ab90e3f27aafa0e9846f2bb0767274b214d778277f1624577cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_leaflet_storage-0.6.7-py2-none-any.whl
Algorithm Hash digest
SHA256 7cd49f704f28c3701ecbf0aadf7dec4faf51d7b26d1aadb5a45c435de0301686
MD5 1efc9bd9490fe04b70ae061bce304522
BLAKE2b-256 ae2d9d9c10cdd30af63b413acc8a35460a8fd90161d10ff6ead963d3afa3bcff

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