Skip to content

Commit 07554a4

Browse files
committed
Fix
1 parent 0f6c4a9 commit 07554a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planetutils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
OSM_PLANET=${OSM_PLANET:-"planet-latest.osm.pbf"}
55
OSM_PLANET_TMP=${OSM_PLANET_TMP:-"planet-new.osm.pbf"}
66
OSM_TOOLCHAIN=${OSM_TOOLCHAIN:-"osmium"}
7-
OSM_UPDATE_MEMORY=${OSM_PLANET_MEMORY:-"1024"}
7+
OSM_UPDATE_MEMORY=${OSM_UPDATE_MEMORY:-"1024"}
88

99
osm_planet_update --toolchain=${OSM_TOOLCHAIN} --size=${OSM_UPDATE_MEMORY} ${OSM_PLANET} ${OSM_PLANET_TMP}
1010
mv ${OSM_PLANET_TMP} ${OSM_PLANET}

0 commit comments

Comments
 (0)