[GRASS-SVN] r54463 - grass/trunk/scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 29 13:31:38 PST 2012
Author: neteler
Date: 2012-12-29 13:31:37 -0800 (Sat, 29 Dec 2012)
New Revision: 54463
Modified:
grass/trunk/scripts/r.in.wms/r.in.wms.html
Log:
r.in.wms: +OSM example (provided by Stepan Turek)
Modified: grass/trunk/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.html 2012-12-29 21:26:40 UTC (rev 54462)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.html 2012-12-29 21:31:37 UTC (rev 54463)
@@ -41,9 +41,23 @@
<h3>Download raster data from WMS server (GetMap request)</h3>
-<h4>World extend data</h4>
+<h4>Open Street Map</h4>
<div class="code"><pre>
+r.in.wms url=http://watzmann-geog.urz.uni-heidelberg.de/cached/osm layers=osm_auto:all output=osm format=png
+</pre></div>
+Note: European coverage
+
+<div class="code"><pre>
+r.in.wms url=http://irs.gis-lab.info layers=osm output=osm format=png
+</pre></div>
+Note: European coverage
+
+More OSM WMS servers can be found at the OSM wiki <a href="http://wiki.openstreetmap.org/wiki/OSM-WMS-EUROPE">site</a>
+
+<h4>World data</h4>
+
+<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>
@@ -69,7 +83,7 @@
r.in.wms output=global_mosaic url=http://onearth.jpl.nasa.gov/wms.cgi layers='Global Mosaic, visual' driver=OnEarth_GRASS
</pre></div>
-<h4>Data in extend of Czech Republic</h4>
+<h4>Data covering the Czech Republic</h4>
<div class="code"><pre>
r.in.wms output=kn url=http://wms.cuzk.cz/wms.asp layers=prehledka_kraju-linie srs=4326 format=png
More information about the grass-commit
mailing list