[GRASS-SVN] r55760 - grass/trunk/scripts/v.in.wfs

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 13 08:23:39 PDT 2013


Author: neteler
Date: 2013-04-13 08:23:39 -0700 (Sat, 13 Apr 2013)
New Revision: 55760

Modified:
   grass/trunk/scripts/v.in.wfs/v.in.wfs.html
Log:
v.in.wfs: new example

Modified: grass/trunk/scripts/v.in.wfs/v.in.wfs.html
===================================================================
--- grass/trunk/scripts/v.in.wfs/v.in.wfs.html	2013-04-13 15:12:38 UTC (rev 55759)
+++ grass/trunk/scripts/v.in.wfs/v.in.wfs.html	2013-04-13 15:23:39 UTC (rev 55760)
@@ -3,15 +3,16 @@
 <em>v.in.wfs</em> imports OGC WFS maps (Web Feature Service) from
 external servers.
 
-
 <h2>EXAMPLES</h2>
 
-Import of GRASS user map:
-<p><div class="code"><pre>
-# run in LatLong location:
-v.in.wfs url="http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?" output=grass_users
-
-v.db.select grass_users where="name ~ 'Markus'"
+Import of world cities with population > 1 million:
+<p>
+<div class="code"><pre>
+# run in Latitude-Longitude location (EPGS code 4326):
+# download geonam_gt1M layer:
+v.in.wfs \
+  url="http://mapserver.flightgear.org/ms?Service=WFS&request=GetFeature&version=1.0.0" \
+  name=geonam_gt1M output=geonam_gt1M
 </pre></div>
 
 <p>
@@ -36,13 +37,11 @@
 v.in.wfs url="$URL" output=linz_hydro_25_wrecks name="v:x633" srs="EPSG:4326" max=25
 </pre></div>
 
-
 <h2>REQUIREMENTS</h2>
 
 The OGR library on the system needs to be compiled with Xerces C++ XML
 Parser support (for GML).
 
-
 <h2>SEE ALSO</h2>
 
 <em>
@@ -51,7 +50,6 @@
 <a href="v.in.ogr.html">v.in.ogr</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 
 Markus Neteler, Hamish Bowman



More information about the grass-commit mailing list