Mercurial > dive4elements > river
changeset 8674:44ba71b0b75a
(issue1763) Correct properties in importer scripts.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 09 Apr 2015 17:08:51 +0200 |
parents | 25f9ab25affd |
children | ae3df0f96e15 |
files | backend/contrib/import_river.sh backend/contrib/run_hydr_morph.sh |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/contrib/import_river.sh Thu Apr 09 11:54:55 2015 +0200 +++ b/backend/contrib/import_river.sh Thu Apr 09 17:08:51 2015 +0200 @@ -239,7 +239,7 @@ -Dflys.backend.importer.skip.sediment.load.ls=true \ -Dflys.backend.importer.skip.morphological.width=true \ -Dflys.backend.importer.skip.flow.velocity=true \ - -Dflys.backend.importer.skip.bed.height.single=true \ + -Dflys.backend.importer.skip.bed.height=true \ $JAR } @@ -287,7 +287,7 @@ -Dflys.backend.importer.skip.sediment.load.ls=false \ -Dflys.backend.importer.skip.morphological.width=false \ -Dflys.backend.importer.skip.flow.velocity=false \ - -Dflys.backend.importer.skip.bed.height.single=false \ + -Dflys.backend.importer.skip.bed.height=false \ $JAR } @@ -335,7 +335,7 @@ -Dflys.backend.importer.skip.sediment.load.ls=true \ -Dflys.backend.importer.skip.morphological.width=true \ -Dflys.backend.importer.skip.flow.velocity=true \ - -Dflys.backend.importer.skip.bed.height.single=true \ + -Dflys.backend.importer.skip.bed.height=true \ $JAR }
--- a/backend/contrib/run_hydr_morph.sh Thu Apr 09 11:54:55 2015 +0200 +++ b/backend/contrib/run_hydr_morph.sh Thu Apr 09 17:08:51 2015 +0200 @@ -42,7 +42,7 @@ IMPORTER_SKIP_WST=false IMPORTER_SKIP_MEASUREMENT_STATIONS=false -IMPORTER_SKIP_BED_HEIGHT_SINGLE=false +IMPORTER_SKIP_BED_HEIGHT=false IMPORTER_SKIP_FLOW_VELOCITY=false IMPORTER_SKIP_MORPHOLOGICAL_WIDTH=false IMPORTER_SKIP_POROSITY=false @@ -78,7 +78,7 @@ -Dflys.backend.importer.annotation.types=$IMPORTER_ANNOTATION_TYPES \ -Dflys.backend.importer.dry.run=$IMPORTER_DRY_RUN \ -Dflys.backend.importer.skip.annotations=$IMPORTER_SKIP_ANNOTATIONS \ - -Dflys.backend.importer.skip.bed.height.single=$IMPORTER_SKIP_BED_HEIGHT_SINGLE \ + -Dflys.backend.importer.skip.bed.height=$IMPORTER_SKIP_BED_HEIGHT \ -Dflys.backend.importer.skip.bwastr=$IMPORTER_SKIP_BWASTR \ -Dflys.backend.importer.skip.da50s=$IMPORTER_SKIP_DA50S \ -Dflys.backend.importer.skip.da66s=$IMPORTER_SKIP_DA66S \