Mercurial > dive4elements > river
comparison flys-backend/contrib/run_geo.sh @ 5563:673f68bb19a4
Geo-importer: accept river names with white space
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 04 Apr 2013 18:15:35 +0200 |
parents | ed149d5d7fb7 |
children |
comparison
equal
deleted
inserted
replaced
5562:7be6785ad7b9 | 5563:673f68bb19a4 |
---|---|
44 export GDAL_DATA="$OPTIONAL_LIBS/share/gdal" | 44 export GDAL_DATA="$OPTIONAL_LIBS/share/gdal" |
45 fi | 45 fi |
46 | 46 |
47 exec python $DIR/shpimporter/shpimporter.py \ | 47 exec python $DIR/shpimporter/shpimporter.py \ |
48 --directory $RIVER_PATH \ | 48 --directory $RIVER_PATH \ |
49 --river_name $RIVER_NAME \ | 49 --river_name "$RIVER_NAME" \ |
50 --ogr_connection "$OGR_CONNECTION" \ | 50 --ogr_connection "$OGR_CONNECTION" \ |
51 --host $HOST \ | 51 --host $HOST \ |
52 --user $USER \ | 52 --user $USER \ |
53 --password $PASS \ | 53 --password $PASS \ |
54 --verbose $VERBOSE \ | 54 --verbose $VERBOSE \ |