change engine for osmr
This commit is contained in:
@@ -87,7 +87,7 @@ const { t } = useI18n({ useScope: "global" });
|
|||||||
const RoutingParamType = {
|
const RoutingParamType = {
|
||||||
[RoutingType.OPENSTREETMAP]: {
|
[RoutingType.OPENSTREETMAP]: {
|
||||||
[RoutingTransportationType.FOOT]: "engine=fossgis_osrm_foot",
|
[RoutingTransportationType.FOOT]: "engine=fossgis_osrm_foot",
|
||||||
[RoutingTransportationType.BIKE]: "engine=fossgis_osrm_bike",
|
[RoutingTransportationType.BIKE]: "engine=fossgis_osrm_bicycle",
|
||||||
[RoutingTransportationType.TRANSIT]: null,
|
[RoutingTransportationType.TRANSIT]: null,
|
||||||
[RoutingTransportationType.CAR]: "engine=fossgis_osrm_car",
|
[RoutingTransportationType.CAR]: "engine=fossgis_osrm_car",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user