[GRASS-SVN] r51354 - grass-addons/grass7/raster/r.in.wms2

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 10 08:43:35 EDT 2012


Author: turek
Date: 2012-04-10 05:43:34 -0700 (Tue, 10 Apr 2012)
New Revision: 51354

Modified:
   grass-addons/grass7/raster/r.in.wms2/r.in.wms2.py
Log:
r.in.wms2: remove default answers for options mapserver,layers,epsg


Modified: grass-addons/grass7/raster/r.in.wms2/r.in.wms2.py
===================================================================
--- grass-addons/grass7/raster/r.in.wms2/r.in.wms2.py	2012-04-10 12:35:46 UTC (rev 51353)
+++ grass-addons/grass7/raster/r.in.wms2/r.in.wms2.py	2012-04-10 12:43:34 UTC (rev 51354)
@@ -24,7 +24,6 @@
 #% type: string
 #% description:URL of WMS server 
 #% required: yes
-#% answer: http://wms.cuzk.cz/wms.asp
 #%end
 
 #%option
@@ -33,7 +32,6 @@
 #% description: Layers to request from map server
 #% multiple: yes
 #% required: yes
-#% answer: prehledka_kraju-linie
 #%end
 
 #%option G_OPT_R_OUTPUT
@@ -44,7 +42,6 @@
 #% key: srs
 #% type: integer
 #% description: EPSG number of source projection for request 
-#% answer:4326
 #% guisection: Request properties
 #%end
 



More information about the grass-commit mailing list