Skip to main content

Create collaborative maps on top of Geodjango and Leaflet.

Project description

[![Build Status](https://travis-ci.org/umap-project/django-leaflet-storage.svg)](https://travis-ci.org/umap-project/django-leaflet-storage)
[![Requirements Status](https://requires.io/github/umap-project/django-leaflet-storage/requirements.svg?branch=master)](https://requires.io/github/umap-project/django-leaflet-storage/requirements/?branch=master)

# Django-Leaflet-Storage

Provide collaborative maps for your Django project.

Django-Leaflet-Storage is a backend for [Leaflet.Storage](https://github.com/yohanboniface/Leaflet.Storage), built on top of [Geodjango](http://geodjango.org/) and [Leaflet](http://leafletjs.com).

Check the demo [here](http://umap.fluv.io)


## Installation

You will need a geo aware database. See [Geodjango doc](https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/) for backend 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:

python manage.py 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.8.0rc5.tar.gz (627.6 kB view details)

Uploaded Source

Built Distribution

django_leaflet_storage-0.8.0rc5-py3-none-any.whl (789.7 kB view details)

Uploaded Python 3

File details

Details for the file django-leaflet-storage-0.8.0rc5.tar.gz.

File metadata

File hashes

Hashes for django-leaflet-storage-0.8.0rc5.tar.gz
Algorithm Hash digest
SHA256 2e5ea42d13a1146af8352e2ec51de6b631241fc6ca71da0fe06e589c9100d159
MD5 7b59e59df8b2fde6a093a8c2e97b160c
BLAKE2b-256 38ce6273bd8a8d8a9df28bcf4cbf181bba5e95e86b838c109e2c8650d6e5f473

See more details on using hashes here.

File details

Details for the file django_leaflet_storage-0.8.0rc5-py3-none-any.whl.

File metadata

File hashes

Hashes for django_leaflet_storage-0.8.0rc5-py3-none-any.whl
Algorithm Hash digest
SHA256 95a251070d0211c41330f3d6b053183d4f0a38f35ac77eec9980bf1dbefcb224
MD5 28e53a6d89cfe1c9304aab199fb0be0f
BLAKE2b-256 123598db5d690e94fb3d7871d96015eed944ce359ea1c636f85fdd9a165de41f

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