[GRASS-SVN] r54460 - grass/trunk/scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 29 12:38:09 PST 2012
Author: martinl
Date: 2012-12-29 12:38:08 -0800 (Sat, 29 Dec 2012)
New Revision: 54460
Modified:
grass/trunk/scripts/r.in.wms/r.in.wms.py
Log:
r.in.wms: description cosmetics
Modified: grass/trunk/scripts/r.in.wms/r.in.wms.py
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.py 2012-12-29 18:05:12 UTC (rev 54459)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.py 2012-12-29 20:38:08 UTC (rev 54460)
@@ -22,14 +22,14 @@
#%option
#% key: url
#% type: string
-#% description:URL of WMS server
+#% description: URL of WMS server
#% required: yes
#%end
#%option
#% key: layers
#% type: string
-#% description: Layers to request from map server
+#% description: Layers to request from WMS server
#% multiple: yes
#% required: yes
#%end
@@ -56,9 +56,9 @@
#%option
#% key: wms_version
#% type:string
-#% description:WMS standard
-#% options:1.1.1,1.3.0
-#% answer:1.1.1
+#% description: WMS standard
+#% options: 1.1.1,1.3.0
+#% answer: 1.1.1
#% guisection: Request properties
#%end
@@ -158,7 +158,7 @@
#% key: capfile
#% required: no
#% gisprompt: old,file,bin_input
-#% description: Capabilities file
+#% description: Capabilities file to load
#%end
#%option G_OPT_F_OUTPUT
More information about the grass-commit
mailing list