Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makinacorpus/django-leaflet
Use Leaflet in your Django projects
https://github.com/makinacorpus/django-leaflet
django leaflet maps
Last synced: 9 days ago
JSON representation
Use Leaflet in your Django projects
- Host: GitHub
- URL: https://github.com/makinacorpus/django-leaflet
- Owner: makinacorpus
- License: lgpl-3.0
- Created: 2012-03-19T14:35:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T06:28:20.000Z (27 days ago)
- Last Synced: 2024-10-25T19:43:56.166Z (15 days ago)
- Topics: django, leaflet, maps
- Language: JavaScript
- Homepage:
- Size: 2.63 MB
- Stars: 715
- Watchers: 58
- Forks: 282
- Open Issues: 84
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
==============
Django Leaflet
==============See the `documentation `_ for more information.
*django-leaflet* allows you to use `Leaflet `_
in your `Django `_ projects.It embeds Leaflet version *1.9.3*.
.. image:: https://readthedocs.org/projects/django-leaflet/badge/?version=latest
:target: http://django-leaflet.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://img.shields.io/pypi/v/django-leaflet.svg
:target: https://pypi.python.org/pypi/django-leaflet.. image:: https://img.shields.io/pypi/dm/django-leaflet.svg
:target: https://pypi.python.org/pypi/django-leaflet.. image:: https://coveralls.io/repos/makinacorpus/django-leaflet/badge.png
:target: https://coveralls.io/r/makinacorpus/django-leafletMain purposes of having a python package for the Leaflet Javascript library :
* Install and enjoy ;
* Do not embed Leaflet assets in every Django project ;
* Enjoy geometry edition with Leaflet form widget ;
* Control apparence and settings of maps from Django settings (e.g. at deployment) ;
* Reuse Leaflet map initialization code (e.g. local projections) ;:note:
*django-leaflet* is compatible with `django-geojson `_ fields, which
allow handling geographic data without spatial database.=======
AUTHORS
=======* `Mathieu Leplatre `_
* `Ariel Núñez `_
* `Boris Chervenkov `_
* `Marco Badan `_
* `Bruno Renié `_
* `Simon Thépot `_
* `Thibault Jouannic `_
* `jnm `_
* `Manel Clos `_
* `Gaël Utard `_
* `Alex Marandon `_
* `ollb `_
* `smcoll `_
* `jnm `_
* `OKso `_
* `Florent Lebreton `_
* `rgreenemun `_
* `Marco Badan `_
* David Martinez Morata
* `NotSqrt `_
* `Dylan Verheul `_
* `Mactory `_
* `Petr Dlouhy `_
* `Kostya Esmukov `_
* Yann Fouillat (alias Gagaro)|makinacom|_
.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
.. _makinacom: http://www.makina-corpus.com=======
LICENSE
=======* Lesser GNU Public License
* Leaflet Copyright - 2010-2011 CloudMade, Vladimir Agafonkin