removed test routing engines for release
This commit is contained in:
parent
cdaef51b20
commit
d64fb6781c
@ -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',
|
||||
}
|
||||
],
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user