summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-26 14:54:42 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-02-26 14:54:42 +0100
commit6bbd3c1243b8478d1705769288de0f4fe66108b3 (patch)
tree3c0fda54aad6a4c6981cdef57b72960baf14cb7c
parent0eea76cee94147145f3dea08b77c1979e4582696 (diff)
downloadChimère - projet de référence-6bbd3c1243b8478d1705769288de0f4fe66108b3.tar.bz2
Chimère - projet de référence-6bbd3c1243b8478d1705769288de0f4fe66108b3.zip
Change settings to be compatible with Django bug #18091
-rw-r--r--settings.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/settings.py b/settings.py
index dddae59..a07de9e 100644
--- a/settings.py
+++ b/settings.py
@@ -32,7 +32,7 @@ OSM_CSS_URLS = ["http://www.openlayers.org/api/theme/default/style.css"]
GPSBABEL = '/usr/bin/gpsbabel'
GPSBABEL_OPTIONS = 'simplify,crosstrack,error=0.005k' # simplify with an
- # error of 5 meters
+ # error of 5 meters
#GPSBABEL_OPTIONS = 'simplify,count=100'
## chimere specific ##
@@ -84,7 +84,7 @@ CHIMERE_HIDE_PROPERTYMODEL = False
# clustering of markers
CHIMERE_ENABLE_CLUSTERING = False
-# enable routing in Chimère
+# enable routing in Chimere
CHIMERE_ENABLE_ROUTING = False
CHIMERE_ROUTING_TRANSPORT = (('foot', _(u"Foot")),
@@ -106,8 +106,8 @@ CHIMERE_ROUTING_ENGINE = {
}
CHIMERE_ROUTING_FAIL_MESSAGE = u"""<h3 class='warn'>Attention</h3>
-<p>Le moteur de routage a échoué dans sa recherche de trajet. Les points de
-départ ou d'arrivée sont peut-être trop loin d'une voie existante ou le trajet
+<p>Le moteur de routage a echoue dans sa recherche de trajet. Les points de
+depart ou d'arrivee sont peut-etre trop loin d'une voie existante ou le trajet
est trop dangereux.</p>"""
NOMINATIM_URL = 'http://nominatim.openstreetmap.org/search'
@@ -139,7 +139,7 @@ HAYSTACK_CONNECTIONS = {
CHIMERE_CSV_ENCODING = 'ISO-8859-1'
CHIMERE_DEFAULT_ACTIONS = ['view', 'contribute']
-CHIMERE_DEFAULT_ACTION_LABEL = [u"Cartes", u"Ajouter un élément"]
+CHIMERE_DEFAULT_ACTION_LABEL = [u"Cartes", u"Ajouter un element"]
# generic contact email
CONTACT_EMAIL = ''