{"id":13558011,"url":"https://github.com/umap-project/django-leaflet-storage","last_synced_at":"2025-12-14T05:17:15.290Z","repository":{"id":57420635,"uuid":"5197245","full_name":"umap-project/django-leaflet-storage","owner":"umap-project","description":"ARCHIVED! Now merged into umap itself. Create collaborative maps on top of Geodjango and Leaflet","archived":true,"fork":false,"pushed_at":"2018-05-17T20:52:12.000Z","size":1003,"stargazers_count":109,"open_issues_count":25,"forks_count":38,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-05-23T01:21:57.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/umap-project/umap","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umap-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-26T20:57:49.000Z","updated_at":"2024-04-18T15:09:25.000Z","dependencies_parsed_at":"2022-09-16T14:23:23.493Z","dependency_job_id":null,"html_url":"https://github.com/umap-project/django-leaflet-storage","commit_stats":null,"previous_names":["yohanboniface/django-leaflet-storage"],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umap-project%2Fdjango-leaflet-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umap-project%2Fdjango-leaflet-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umap-project%2Fdjango-leaflet-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umap-project%2Fdjango-leaflet-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umap-project","download_url":"https://codeload.github.com/umap-project/django-leaflet-storage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871552,"owners_count":16554428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:04:41.031Z","updated_at":"2025-09-27T00:30:47.722Z","avatar_url":"https://github.com/umap-project.png","language":"Python","funding_links":[],"categories":["Python","others"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/umap-project/django-leaflet-storage.svg)](https://travis-ci.org/umap-project/django-leaflet-storage)\n[![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)\n\n# Django-Leaflet-Storage\n\nProvide collaborative maps for your Django project.\n\nDjango-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).\n\nCheck the demo [here](http://umap.fluv.io)\n\n\n## Installation\n\nYou will need a geo aware database. See [Geodjango doc](https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/) for backend installation.\n\nThen you can pip install the app:\n\n    pip install django-leaflet-storage\n\n\nAdd `leaflet_storage` to you apps:\n\n    INSTALLED_APPS = (\n        ...\n        \"leaflet_storage\",\n    )\n\nInclude `leaflet_storage` urls:\n\n    (r'', include('leaflet_storage.urls')),\n\nCreate tables:\n\n    python manage.py migrate\n\n\n## Basic usage\n\nFrom the Django admin (for now), you need to create at least:\n\n- one TileLayer instance\n- one Licence instance\n\nThen, go to the map creation page (something like http://localhost:8017/map/new), and you will be able to add features (Marker, Polygon...).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumap-project%2Fdjango-leaflet-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumap-project%2Fdjango-leaflet-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumap-project%2Fdjango-leaflet-storage/lists"}