From 4d8995dce847f0a18e3e21b9ea229aeb1b5579a3 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 3 Sep 2013 15:56:45 +0200 Subject: [PATCH] Update README.rst --- README.rst | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6317713b..8dff3aae 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,15 @@ It embeds Leaflet in version *0.6.4*. :target: https://coveralls.io/r/makinacorpus/django-leaflet +Main 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 ( *Django* >= 1.6 ) ; +* Control apparence and settings of maps from Django settings (e.g. at deployment) ; +* Reuse Leaflet map initialization code (e.g. local projections) ; + + ======= INSTALL ======= @@ -43,7 +52,7 @@ USAGE ... -* Your maps shows up! +* Your map shows up! Use Leaflet API @@ -57,6 +66,8 @@ grab a reference on the just initialized map and options. Simple brutish way : +:: +