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',
|
timestamp: 'http://router.project-osrm.org/timestamp',
|
||||||
metric: 0,
|
metric: 0,
|
||||||
label: 'ENGINE_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",
|
"NO_ROUTE_SELECTED": "Keine Route ausgewählt",
|
||||||
//routing engines
|
//routing engines
|
||||||
"ENGINE_0": "Auto (schnellste)",
|
"ENGINE_0": "Auto (schnellste)",
|
||||||
"ENGINE_1": "Auto (nur Polen)",
|
|
||||||
"ENGINE_2": "Fahrrad (nur Polen)",
|
|
||||||
// directions
|
// directions
|
||||||
"N": "Norden",
|
"N": "Norden",
|
||||||
"E": "Ost",
|
"E": "Ost",
|
||||||
|
@ -70,8 +70,6 @@ OSRM.Localization["en"] = {
|
|||||||
"NO_ROUTE_SELECTED": "No route selected",
|
"NO_ROUTE_SELECTED": "No route selected",
|
||||||
// routing engines
|
// routing engines
|
||||||
"ENGINE_0": "Car (fastest)",
|
"ENGINE_0": "Car (fastest)",
|
||||||
"ENGINE_1": "Car (Poland only)",
|
|
||||||
"ENGINE_2": "Bike (Poland only)",
|
|
||||||
// directions
|
// directions
|
||||||
"N": "north",
|
"N": "north",
|
||||||
"E": "east",
|
"E": "east",
|
||||||
|
Loading…
Reference in New Issue
Block a user