[GRASS-SVN] r69347 - grass-addons/grass7/vector/v.in.gbif
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 2 11:34:57 PDT 2016
Author: hellik
Date: 2016-09-02 11:34:57 -0700 (Fri, 02 Sep 2016)
New Revision: 69347
Modified:
grass-addons/grass7/vector/v.in.gbif/v.in.gbif.py
Log:
v.in.gbif: column change: rights -> license
according to http://lists.gbif.org/pipermail/api-users/2016-September/000378.html
Modified: grass-addons/grass7/vector/v.in.gbif/v.in.gbif.py
===================================================================
--- grass-addons/grass7/vector/v.in.gbif/v.in.gbif.py 2016-09-02 16:14:41 UTC (rev 69346)
+++ grass-addons/grass7/vector/v.in.gbif/v.in.gbif.py 2016-09-02 18:34:57 UTC (rev 69347)
@@ -142,7 +142,7 @@
<Field name="g_catalognumber" src="catalognumber" type="String" width="255" />
<Field name="g_recordnumber" src="recordnumber" type="String" width="255" />
<Field name="g_identifiedby" src="identifiedby" type="String" width="255" />
- <Field name="g_rights" src="rights" type="String" width="255" />
+ <Field name="g_license" src="license" type="String" width="255" />
<Field name="g_rightsholder" src="rightsholder" type="String" width="255" />
<Field name="g_recordedby" src="recordedby" type="String" width="255" />
<Field name="g_typestatus" src="typestatus" type="String" width="255" />
More information about the grass-commit
mailing list