[GRASS-SVN] r30331 - grass/branches/releasebranch_6_3/scripts/v.in.wfs

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 24 16:02:18 EST 2008


Author: neteler
Date: 2008-02-24 16:02:18 -0500 (Sun, 24 Feb 2008)
New Revision: 30331

Modified:
   grass/branches/releasebranch_6_3/scripts/v.in.wfs/v.in.wfs
Log:
Johannes Brauner: fix for unwanted 'rendered' xml (#62) (merge from HEAD)

Modified: grass/branches/releasebranch_6_3/scripts/v.in.wfs/v.in.wfs
===================================================================
--- grass/branches/releasebranch_6_3/scripts/v.in.wfs/v.in.wfs	2008-02-24 21:01:29 UTC (rev 30330)
+++ grass/branches/releasebranch_6_3/scripts/v.in.wfs/v.in.wfs	2008-02-24 21:02:18 UTC (rev 30331)
@@ -64,7 +64,7 @@
 WFS_URL="$GIS_OPT_WFS"
 
 g.message "Retrieving data ..."
-lynx -dump "$WFS_URL" > "$TMP.xml"
+lynx -source "$WFS_URL" > "$TMP.xml"
 
 v.in.ogr dsn="$TMP.xml" out=$OUT -o
 #rm -f "$TMP.xml"



More information about the grass-commit mailing list