From 4959236103229af9bcb4f895da04875b47467894 Mon Sep 17 00:00:00 2001
From: Martin Spott <Martin.Spott@mgras.net>
Date: Sun, 13 Oct 2013 09:15:37 -0700
Subject: [PATCH] Dump Shapefiles anyway

---
 gisscripts/grassVMap.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gisscripts/grassVMap.sh b/gisscripts/grassVMap.sh
index 5117d063..89333a3b 100755
--- a/gisscripts/grassVMap.sh
+++ b/gisscripts/grassVMap.sh
@@ -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
 }