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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 16 23:51:54 PST 2016


Author: neteler
Date: 2016-11-16 23:51:54 -0800 (Wed, 16 Nov 2016)
New Revision: 69842

Modified:
   grass/trunk/scripts/r.in.wms/r.in.wms.html
Log:
r.in.wms manual: new example with Topographic WMS with OpenStreetMap

Modified: grass/trunk/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.html	2016-11-16 22:51:49 UTC (rev 69841)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.html	2016-11-17 07:51:54 UTC (rev 69842)
@@ -35,9 +35,11 @@
 <h3>General Get Capabilities Request</h3>
 
 <div class="code"><pre>
-# TelaScience's OSGeo/FlightGear landcover server
-r.in.wms -c url="http://mapserver.flightgear.org/ms"
+# Topographic WMS with OpenStreetMap by mundialis
+r.in.wms -c url="http://ows.mundialis.de/services/service?"
+r.in.wms -c url="http://ows.mundialis.de/services/service?" | grep Name
 
+# Czech WMS
 r.in.wms -c url="http://wms.cuzk.cz/wms.asp"
 </pre></div>
 
@@ -61,6 +63,18 @@
 <h4>World data</h4>
 
 <div class="code"><pre>
+# OSM Overlay WMS (can be used as an overlay for other maps)
+r.in.wms url="http://ows.mundialis.de/services/service?" layer=OSM-Overlay-WMS output=osm_overlay format=png
+
+# TOPO-OSM-WMS
+r.in.wms url="http://ows.mundialis.de/services/service?" layer=TOPO-OSM-WMS output=topo_osm format=png
+
+# TOPO-WMS
+r.in.wms url="http://ows.mundialis.de/services/service?" layer=TOPO-WMS output=topo format=png
+</pre></div>
+<p>
+
+<div class="code"><pre>
 r.in.wms url=http://iceds.ge.ucl.ac.uk/cgi-bin/icedswms layers=bluemarble,landsat_1_01 styles=default,default output=landsat srs=4326 format=png 
 </pre></div>
 



More information about the grass-commit mailing list