[GRASS-SVN] r57407 - in grass/trunk/scripts: r.in.wms v.in.wfs

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 4 13:55:31 PDT 2013


Author: martinl
Date: 2013-08-04 13:55:31 -0700 (Sun, 04 Aug 2013)
New Revision: 57407

Modified:
   grass/trunk/scripts/r.in.wms/r.in.wms.py
   grass/trunk/scripts/v.in.wfs/v.in.wfs.py
Log:
r.in.wms/v.in.wfs: clean up keywords


Modified: grass/trunk/scripts/r.in.wms/r.in.wms.py
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.py	2013-08-04 20:51:12 UTC (rev 57406)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.py	2013-08-04 20:55:31 UTC (rev 57407)
@@ -16,9 +16,7 @@
 #% description: Downloads and imports data from WMS/WMTS/NASA OnEarth server.
 #% keywords: raster
 #% keywords: import
-#% keywords: WMS
-#% keywords: WMTS 
-#% keywords: OnEarth
+#% keywords: OGC web services
 #%end
 
 #%option

Modified: grass/trunk/scripts/v.in.wfs/v.in.wfs.py
===================================================================
--- grass/trunk/scripts/v.in.wfs/v.in.wfs.py	2013-08-04 20:51:12 UTC (rev 57406)
+++ grass/trunk/scripts/v.in.wfs/v.in.wfs.py	2013-08-04 20:55:31 UTC (rev 57407)
@@ -26,7 +26,7 @@
 #% description: Imports GetFeature from a WFS server.
 #% keywords: vector
 #% keywords: import
-#% keywords: WFS
+#% keywords: OGC web services
 #%end
 #%option
 #% key: url



More information about the grass-commit mailing list