diff options
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/settings.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 45c7af2..00e2b8c 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -95,6 +95,10 @@ CHIMERE_ROUTING_ENGINE = {      'DB_PATH': '/var/local/routino/',  } +CHIMERE_ROUTING_FAIL_MESSAGE = _(u"Routing engine has failed to find an " +            u"appropriate route. Start point or end point may be too far from " +            u"an existing path.") +  NOMINATIM_URL = 'http://nominatim.openstreetmap.org/search'  # thumbnail | 
