removed test routing engines for release

This commit is contained in:
DennisSchiefer 2012-08-31 08:17:05 +01:00
parent cdaef51b20
commit d64fb6781c
3 changed files with 0 additions and 14 deletions

View File

@ -24,16 +24,6 @@ OSRM.DEFAULTS = {
timestamp: 'http://router.project-osrm.org/timestamp',
metric: 0,
label: 'ENGINE_0',
},
{ url: 'http://mapa.ump.waw.pl/ump-www/viaroute',
timestamp: 'http://mapa.ump.waw.pl/ump-www/timestamp',
metric: 0,
label: 'ENGINE_1',
},
{ url: 'http://mapa.ump.waw.pl/ump-www/rower/viaroute',
timestamp: 'http://mapa.ump.waw.pl/ump-www/rower/timestamp',
metric: 0,
label: 'ENGINE_2',
}
],

View File

@ -70,8 +70,6 @@ OSRM.Localization["de"] = {
"NO_ROUTE_SELECTED": "Keine Route ausgewählt",
//routing engines
"ENGINE_0": "Auto (schnellste)",
"ENGINE_1": "Auto (nur Polen)",
"ENGINE_2": "Fahrrad (nur Polen)",
// directions
"N": "Norden",
"E": "Ost",

View File

@ -70,8 +70,6 @@ OSRM.Localization["en"] = {
"NO_ROUTE_SELECTED": "No route selected",
// routing engines
"ENGINE_0": "Car (fastest)",
"ENGINE_1": "Car (Poland only)",
"ENGINE_2": "Bike (Poland only)",
// directions
"N": "north",
"E": "east",