فهرست منبع

r.in.wms manual: url update (trac https://trac.osgeo.org/grass/ticket/1495)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66898 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 سال پیش
والد
کامیت
5ebf9a549f
1فایلهای تغییر یافته به همراه8 افزوده شده و 6 حذف شده
  1. 8 6
      scripts/r.in.wms/r.in.wms.html

+ 8 - 6
scripts/r.in.wms/r.in.wms.html

@@ -2,9 +2,8 @@
 
 
 <em>r.in.wms</em> handles all of downloading and importing raster data
 <em>r.in.wms</em> handles all of downloading and importing raster data
 from an <a href="http://www.opengeospatial.org/standards/wms">OGC
 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
 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
 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
 downloads the data in tiles, reprojects it, imports it, and patches it
@@ -13,8 +12,8 @@ back together.
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
 To understand the data you are getting it is necessary to look at the
 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
 <a href="http://wms.jpl.nasa.gov/wms.cgi?request=GetCapabilities">example
 capabilities request to NASA's OnEarth server</a>.
 capabilities request to NASA's OnEarth server</a>.
 
 
@@ -36,7 +35,10 @@ e.g: <tt>urlparams='time=2012-1-1'</tt>.
 <h3>General Get Capabilities Request</h3>
 <h3>General Get Capabilities Request</h3>
 
 
 <div class="code"><pre>
 <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>
 </pre></div>
 
 
 <h3>Download raster data from WMS server (GetMap request)</h3>
 <h3>Download raster data from WMS server (GetMap request)</h3>