[GRASS-SVN] r62037 - grass/trunk/scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 19 20:50:04 PDT 2014
Author: neteler
Date: 2014-09-19 20:50:04 -0700 (Fri, 19 Sep 2014)
New Revision: 62037
Modified:
grass/trunk/scripts/r.in.wms/r.in.wms.html
grass/trunk/scripts/r.in.wms/wms_base.py
Log:
r.in.wms: fix example + debug msg
Modified: grass/trunk/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.html 2014-09-19 03:02:50 UTC (rev 62036)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.html 2014-09-20 03:50:04 UTC (rev 62037)
@@ -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/trunk/scripts/r.in.wms/wms_base.py
===================================================================
--- grass/trunk/scripts/r.in.wms/wms_base.py 2014-09-19 03:02:50 UTC (rev 62036)
+++ grass/trunk/scripts/r.in.wms/wms_base.py 2014-09-20 03:50:04 UTC (rev 62037)
@@ -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