Deprecate .osrm file
This commit is contained in:
parent
13245bef37
commit
1b940a65be
6
.github/workflows/osrm-backend.yml
vendored
6
.github/workflows/osrm-backend.yml
vendored
@ -102,6 +102,12 @@ jobs:
|
||||
>&2 echo "No berlin-latest.geojson found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# here we check that `osrm-partition` accepts base file path with `.osrm` extension even if `.osrm` file doesn't exist
|
||||
# this way we check backward compatibility with existing pipelines which may rely on it
|
||||
rm -rf "${PWD}/berlin-latest.osrm"
|
||||
docker run $MEMORY_ARGS -t -v "${PWD}:/data" "${TAG}" osrm-partition /data/berlin-latest.osrm
|
||||
|
||||
docker run $MEMORY_ARGS -t -v "${PWD}:/data" "${TAG}" osrm-partition /data/berlin-latest
|
||||
docker run $MEMORY_ARGS -t -v "${PWD}:/data" "${TAG}" osrm-customize /data/berlin-latest
|
||||
docker run $MEMORY_ARGS --name=osrm-container -t -p 5000:5000 -v "${PWD}:/data" "${TAG}" osrm-routed --algorithm mld /data/berlin-latest &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user