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

Uploaded Source

Built Distribution

django_leaflet_storage-0.8.0rc7-py3-none-any.whl (790.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django-leaflet-storage-0.8.0rc7.tar.gz
Algorithm Hash digest
SHA256 ce4ae4e6222ad92e1bba2bff4bf653ba6ba081221f00a989952baf4a057d4584
MD5 3bc6e0d003b6aff4dbca478933803eaf
BLAKE2b-256 e7d280ff97eb219371c56658760f02091dcca77e994ac8cbbfe32494a5d6599e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_leaflet_storage-0.8.0rc7-py3-none-any.whl
Algorithm Hash digest
SHA256 10a2d516019f1a48ef6be991fa4ec66e39ba1328a3f1ed1126b6d61b00e39f79
MD5 2c1dcc8aa636b5ff344b5aa57c65b239
BLAKE2b-256 7506b73b99038c09ac87e2345d7220a6934265d6cff5c0b7e4bb7ba513a16c1c

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