Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Mar 30, 2019
1 parent 0f6c4a9 commit 07554a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planetutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
OSM_PLANET=${OSM_PLANET:-"planet-latest.osm.pbf"}
OSM_PLANET_TMP=${OSM_PLANET_TMP:-"planet-new.osm.pbf"}
OSM_TOOLCHAIN=${OSM_TOOLCHAIN:-"osmium"}
OSM_UPDATE_MEMORY=${OSM_PLANET_MEMORY:-"1024"}
OSM_UPDATE_MEMORY=${OSM_UPDATE_MEMORY:-"1024"}

osm_planet_update --toolchain=${OSM_TOOLCHAIN} --size=${OSM_UPDATE_MEMORY} ${OSM_PLANET} ${OSM_PLANET_TMP}
mv ${OSM_PLANET_TMP} ${OSM_PLANET}
Expand Down

0 comments on commit 07554a4

Please sign in to comment.