[GRASS-SVN] r66897 - grass/trunk/scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 22 23:01:17 PST 2015


Author: neteler
Date: 2015-11-22 23:01:17 -0800 (Sun, 22 Nov 2015)
New Revision: 66897

Modified:
   grass/trunk/scripts/r.in.wms/r.in.wms.html
Log:
r.in.wms manual: url update (trac #1495)

Modified: grass/trunk/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.html	2015-11-22 22:23:30 UTC (rev 66896)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.html	2015-11-23 07:01:17 UTC (rev 66897)
@@ -2,9 +2,8 @@
 
 <em>r.in.wms</em> handles all of downloading and importing raster data
 from an <a href="http://www.opengeospatial.org/standards/wms">OGC
-WMS</a>, <a href="http://www.opengeospatial.org/standards/wmts">OGC
-WMTS</a> and <a href="http://onearth.jpl.nasa.gov/tiled.html">NASA
-OnEarth Tiled WMS</a> web mapping servers. It needs only be told the
+WMS</a> and <a href="http://www.opengeospatial.org/standards/wmts">OGC
+WMTS</a> web mapping servers. It only needs be told the
 desired data to collect (bounds and resolution) via a region, the
 server to get the data from, and the layer or layers to get. It
 downloads the data in tiles, reprojects it, imports it, and patches it
@@ -13,8 +12,8 @@
 <h2>NOTES</h2>
 
 To understand the data you are getting it is necessary to look at the
-capabilities of the WMS server. This should be available via a
-capabilities request, an
+capabilities of the WMS server. This should be available via a capabilities
+request. This is an
 <a href="http://wms.jpl.nasa.gov/wms.cgi?request=GetCapabilities">example
 capabilities request to NASA's OnEarth server</a>.
 
@@ -36,7 +35,10 @@
 <h3>General Get Capabilities Request</h3>
 
 <div class="code"><pre>
-r.in.wms -c url=http://wms.cuzk.cz/wms.asp
+# TelaScience's OSGeo/FlightGear landcover server
+r.in.wms -c url="http://mapserver.flightgear.org/ms"
+
+r.in.wms -c url="http://wms.cuzk.cz/wms.asp"
 </pre></div>
 
 <h3>Download raster data from WMS server (GetMap request)</h3>



More information about the grass-commit mailing list