From 8f33a6436c530ff28133dbca4184bc929d6da8ae Mon Sep 17 00:00:00 2001 From: MapsWithMe OSM User Date: Fri, 22 Nov 2013 11:30:07 +0100 Subject: [PATCH] [generator] Fixed coastlines processing --- tools/unix/planet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unix/planet.sh b/tools/unix/planet.sh index 2e70195f8c..deec94aced 100755 --- a/tools/unix/planet.sh +++ b/tools/unix/planet.sh @@ -86,7 +86,7 @@ fi # If exit code is 255 and FAIL_ON_COASTS is true this means total fail or that coasts are not merged function merge_coasts() { # Strip coastlines from the planet to speed up the process - $FILTER_TOOL $PLANET_FILE --keep= --keep-ways="natural=coastline" -o=$COASTS_FILE + $FILTER_TOOL $PLANET_FILE --keep= --keep-ways="natural=coastline place=island place=islet" -o=$COASTS_FILE # Preprocess coastlines to separate intermediate directory $CONVERT_TOOL $COASTS_FILE | $GENERATOR_TOOL -intermediate_data_path=$INTCOASTSDIR -use_light_nodes=true -preprocess_xml # Generate temporary coastlines file in the coasts intermediate dir