[GRASS-SVN] r37073 - grass/trunk/scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 9 12:10:35 EDT 2009
Author: martinl
Date: 2009-05-09 12:10:35 -0400 (Sat, 09 May 2009)
New Revision: 37073
Modified:
grass/trunk/scripts/r.in.wms/wms_parse.py
Log:
r.in.wms: cosmetics
Modified: grass/trunk/scripts/r.in.wms/wms_parse.py
===================================================================
--- grass/trunk/scripts/r.in.wms/wms_parse.py 2009-05-09 16:03:47 UTC (rev 37072)
+++ grass/trunk/scripts/r.in.wms/wms_parse.py 2009-05-09 16:10:35 UTC (rev 37073)
@@ -72,7 +72,7 @@
if ly.has_key('name'):
print "LAYER: " + ly['name']
else:
- print "LAYER: ???"
+ print "LAYER: unknown"
if ly.has_key('title'):
print " Title: " + ly['title']
if ly.has_key('srs'):
More information about the grass-commit
mailing list