Skip to content

Commit 928f3d2

Browse files
committed
Add OVERPASS_PLANET_PREPROCESS in env vars
1 parent f6baf5f commit 928f3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osm-seed/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ overpassApi:
507507
OVERPASS_PLANET_URL: http://download.geofabrik.de/europe/monaco-latest.osm.bz2
508508
OVERPASS_DIFF_URL: http://download.openstreetmap.fr/replication/europe/monaco/minute/
509509
OVERPASS_RULES_LOAD: 10
510+
OVERPASS_PLANET_PREPROCESS: 'mv /db/planet.osm.bz2 /db/planet.osm.pbf && osmium cat -o /db/planet.osm.bz2 /db/planet.osm.pbf && rm /db/planet.osm.pbf'
510511
persistenceDisk:
511512
enabled: true
512513
accessMode: ReadWriteOnce

0 commit comments

Comments
 (0)