[generator] Fixed bug when invalid coastlines are not updated and as a result are not generated at all.

This commit is contained in:
MWM Planet Generator cdn3 2015-03-09 02:41:45 -07:00 committed by Alex Zolotarev
parent f8d3834f4c
commit fe18bc7feb

View file

@ -113,7 +113,6 @@ function merge_coasts() {
# Generate temporary coastlines file in the coasts intermediate dir
log "TIMEMARK" "Generate coastlines"
$GENERATOR_TOOL -intermediate_data_path=$INTCOASTSDIR -node_storage=map -make_coasts -fail_on_coasts=$FAIL_ON_COASTS --osm_file_type=o5m --osm_file_name=$COASTS_FILE
log "TIMEMARK" "Generate coastlines done"
}