Przeglądaj źródła

r.in.wms manual: new example with Topographic WMS with OpenStreetMap

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69842 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 lat temu
rodzic
commit
c1719a140e
1 zmienionych plików z 16 dodań i 2 usunięć
  1. 16 2
      scripts/r.in.wms/r.in.wms.html

+ 16 - 2
scripts/r.in.wms/r.in.wms.html

@@ -35,9 +35,11 @@ e.g: <tt>urlparams='time=2012-1-1'</tt>.
 <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 @@ and on the <a href="http://wiki.openstreetmap.org/wiki/OSM-WMS-EUROPE">OSM-WMS-E
 <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>