diff options
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 |