diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-09-09 01:26:34 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-09-09 01:26:34 +0200 |
| commit | 0ccc30e337bb046000fb76d2337c2fb9792bc71f (patch) | |
| tree | bbf2307438389f91fdae1e618d0816238b0a015a /chimere/settings.py.example | |
| parent | 5833aa61d039bf3d1f4372e0390ffc53b7d63eb9 (diff) | |
| download | Chimère-0ccc30e337bb046000fb76d2337c2fb9792bc71f.tar.bz2 Chimère-0ccc30e337bb046000fb76d2337c2fb9792bc71f.zip | |
Association of a GPX (or KML) file to a route (refs #302)
- new table in the model
- new form in route edition
- uploaded gpx file simplification
- automatic route creation from the GPX file
Diffstat (limited to 'chimere/settings.py.example')
| -rw-r--r-- | chimere/settings.py.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chimere/settings.py.example b/chimere/settings.py.example index 60d4c91..5a1d1fe 100644 --- a/chimere/settings.py.example +++ b/chimere/settings.py.example @@ -12,6 +12,11 @@ BASE_URL = SERVER_URL + EXTRA_URL EMAIL_HOST = 'localhost' TINYMCE_URL = SERVER_URL + 'tinymce/' +JQUERY_URL = SERVER_URL + 'jquery/jquery-1.4.4.min.js' +GPSBABEL = '/usr/bin/gpsbabel' +GPSBABEL_OPTIONS = 'simplify,crosstrack,error=0.005k' # simplify with an + # error of 5 meters +#GPSBABEL_OPTIONS = 'simplify,count=100' ## chimere specific ## # center of the map |
