Dump Shapefiles anyway
This commit is contained in:
parent
7ea7735162
commit
4959236103
1 changed files with 2 additions and 2 deletions
|
@ -462,11 +462,11 @@ fn_export() {
|
|||
LAYER=${NEWLAYER}
|
||||
fi
|
||||
# v.out.ogr input=${LAYER} type=area dsn=${DUMPDIR}/${PREFIX}_c${CATEGORY}.shp # For CLC
|
||||
# v.out.ogr input=${LAYER} type=area dsn=${DUMPDIR}/${LAYER}.shp # For VMap0/CS
|
||||
v.out.ogr input=${LAYER} type=area dsn=${DUMPDIR}/${LAYER}.shp # For VMap0/CS
|
||||
fn_topostgis ${LAYER}
|
||||
done
|
||||
if [ ${PREFIX} = "v0" ]; then
|
||||
# v.out.ogr input=${PREFIX}_landmass_prune type=area dsn=${DUMPDIR}/${PREFIX}_landmass.shp
|
||||
v.out.ogr input=${PREFIX}_landmass_prune type=area dsn=${DUMPDIR}/${PREFIX}_landmass.shp
|
||||
fn_topostgis ${PREFIX}_landmass_prune
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue