Skip to content

Commit

Permalink
adjust built-in map-builder workload
Browse files Browse the repository at this point in the history
  • Loading branch information
itayankri committed Sep 24, 2024
1 parent 87cc849 commit 527c41b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/map-builder/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ cp * ../$CUSTOMIZED_DATA_DIR
cd ../$CUSTOMIZED_DATA_DIR

echo "Customizing map data"
osrm-customize $OSRM_FILE_NAME $CUSTOMIZE_OPTIONS --time-zone-file ./timezone-file.json
osrm-customize $OSRM_FILE_NAME $CUSTOMIZE_OPTIONS --time-zone-file /opt/timezone-file.json
4 changes: 2 additions & 2 deletions examples/single_profile_osrm_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
name: single-profile-example
spec:
mapBuilder:
image: itayankri/osrm-builder:test-timezone-file-2
image: itayankri/osrm-builder:test-timezone-file-6
extractOptions: "--parse-conditional-restrictions"
customizeOptions: "--parse-conditionals-from-now $(date +%s)"
customizeOptions: "--parse-conditionals-from-now 1727194872"
pbfUrl: https://download.geofabrik.de/australia-oceania/marshall-islands-latest.osm.pbf
profiles:
- name: foot
Expand Down

0 comments on commit 527c41b

Please sign in to comment.