From 0ccc30e337bb046000fb76d2337c2fb9792bc71f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 9 Sep 2011 01:26:34 +0200 Subject: 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 --- chimere/settings.py.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chimere/settings.py.example') 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 -- cgit v1.2.3