[GRASS-SVN] r62038 - grass/branches/releasebranch_7_0/scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 19 20:52:03 PDT 2014


Author: neteler
Date: 2014-09-19 20:52:03 -0700 (Fri, 19 Sep 2014)
New Revision: 62038

Modified:
   grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.html
   grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_base.py
Log:
r.in.wms: fix example + debug msg

Modified: grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.html	2014-09-20 03:50:04 UTC (rev 62037)
+++ grass/branches/releasebranch_7_0/scripts/r.in.wms/r.in.wms.html	2014-09-20 03:52:03 UTC (rev 62038)
@@ -43,8 +43,8 @@
 
 <h4>Open Street Map</h4>
 
-Note: European coverage:
 <div class="code"><pre>
+g.region n=90 s=-90 w=-180 e=180 res=0:10:00 -p
 r.in.wms url=http://watzmann-geog.urz.uni-heidelberg.de/cached/osm layers=osm_auto:all output=osm format=png
 </pre></div>
 

Modified: grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_base.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_base.py	2014-09-20 03:50:04 UTC (rev 62037)
+++ grass/branches/releasebranch_7_0/scripts/r.in.wms/wms_base.py	2014-09-20 03:52:03 UTC (rev 62038)
@@ -230,6 +230,7 @@
                 
                 grass.fatal(msg)
         
+        grass.debug('Fetching capabilities OK')
         return cap
 
     def _fetchDataFromServer(self, url, username = None, password = None):



More information about the grass-commit mailing list