[Mapbender-commits] r9633 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 2 23:42:34 PST 2017
Author: armin11
Date: 2017-01-02 23:42:34 -0800 (Mon, 02 Jan 2017)
New Revision: 9633
Modified:
trunk/mapbender/http/classes/class_group.php
Log:
Bugfix - postcode is the right group object attribute - not postalCode
Modified: trunk/mapbender/http/classes/class_group.php
===================================================================
--- trunk/mapbender/http/classes/class_group.php 2017-01-02 15:03:31 UTC (rev 9632)
+++ trunk/mapbender/http/classes/class_group.php 2017-01-03 07:42:34 UTC (rev 9633)
@@ -333,7 +333,7 @@
ckanName => false
),
//postalCode
- array( groupAttribute => "postalCode",
+ array( groupAttribute => "postcode",
iso19139Path => "/mb:groupcontact/gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:postalCode/gco:CharacterString",
deleteElementPath => "/mb:groupcontact/gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:postalCode",
ckanName => false
More information about the Mapbender_commits
mailing list