瀏覽代碼

v.in.wfs: 'wfs' parameter renamed to 'url'

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44197 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年之前
父節點
當前提交
a89c2051fc
共有 1 個文件被更改,包括 11 次插入10 次删除
  1. 11 10
      scripts/v.in.wfs/v.in.wfs.py

+ 11 - 10
scripts/v.in.wfs/v.in.wfs.py

@@ -7,11 +7,11 @@
 #               Hamish Bowman (fixes)
 #               Converted to Python by Glynn Clements
 # PURPOSE:	WFS support
-# COPYRIGHT:	(C) 2006, 2007, 2008 Markus Neteler and GRASS Development Team
+# COPYRIGHT:	(C) 2006, 2007, 2008, 2010 Markus Neteler and GRASS Development Team
 #
-#		This program is free software under the GNU General Public
-#		License (>=v2). Read the file COPYING that comes with GRASS
-#		for details.
+#		This program is free software under the GNU General
+#		Public License (>=v2). Read the file COPYING that
+#		comes with GRASS for details.
 #
 # GetFeature example:
 # http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.0.0
@@ -19,19 +19,20 @@
 
 #%Module
 #% description: Import GetFeature from WFS.
-#%End
+#% keywords: vector, import, wfs
+#%end
 #%option
-#% key: wfs
+#% key: url
 #% type: string
-#% description: GetFeature URL starting with http
-#%End
+#% description: GetFeature URL starting with 'http'
+#%end
 #%option
 #% key: output
 #% type: string
 #% gisprompt: new,vector,vector
-#% description: Vector output map
+#% description: Name for output vector map
 #% required : yes
-#%End
+#%end
 
 import os
 from grass.script import core as grass