From f9c99c5c9a0b6b418d9ffcfcb1db0cd9c2d6a353 Mon Sep 17 00:00:00 2001 From: vng Date: Sun, 3 Jun 2012 20:57:19 +0300 Subject: [PATCH] Add additional generator options (coastlines) to make file. --- tools/unix/make_index_of_vng.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/unix/make_index_of_vng.sh b/tools/unix/make_index_of_vng.sh index 6f41196569..9f3cf21075 100755 --- a/tools/unix/make_index_of_vng.sh +++ b/tools/unix/make_index_of_vng.sh @@ -15,6 +15,15 @@ then PV=pv fi +# Common part. $PV ../../../omim-maps/$2.osm.bz2 | bzip2 -d | $GENERATOR_TOOL --preprocess_xml=true --use_light_nodes=true --intermediate_data_path=$TMPDIR +# 1. Generate coastlines. +#$PV ../../../omim-maps/$2.osm.bz2 | bzip2 -d | $GENERATOR_TOOL --make_coasts=true --use_light_nodes=true --intermediate_data_path=$TMPDIR +#$PV ../../../omim-maps/$2.osm.bz2 | bzip2 -d | $GENERATOR_TOOL --use_light_nodes=true --generate_world=true --split_by_polygons=true --generate_features=true --emit_coasts=true --intermediate_data_path=$TMPDIR + +#$PV ../../../omim-maps/$2.osm.bz2 | bzip2 -d | $GENERATOR_TOOL --use_light_nodes=true --generate_geometry=true --generate_index=true --intermediate_data_path=$TMPDIR --output=World +#$PV ../../../omim-maps/$2.osm.bz2 | bzip2 -d | $GENERATOR_TOOL --use_light_nodes=true --generate_geometry=true --generate_index=true --intermediate_data_path=$TMPDIR --output=WorldCoasts + +# 2. Generate country from --output. $PV ../../../omim-maps/$2.osm.bz2 | bzip2 -d | $GENERATOR_TOOL --use_light_nodes=true --generate_features=true --generate_geometry=true --generate_index=true --generate_search_index=true --intermediate_data_path=$TMPDIR --output=$2