We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6baf5f commit 928f3d2Copy full SHA for 928f3d2
osm-seed/values.yaml
@@ -507,6 +507,7 @@ overpassApi:
507
OVERPASS_PLANET_URL: http://download.geofabrik.de/europe/monaco-latest.osm.bz2
508
OVERPASS_DIFF_URL: http://download.openstreetmap.fr/replication/europe/monaco/minute/
509
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'
511
persistenceDisk:
512
enabled: true
513
accessMode: ReadWriteOnce
0 commit comments