You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/01/15 06:23:34 UTC

svn commit: r1778879 - in /ofbiz/trunk/framework/common: data/GeoData_NZ.xml ofbiz-component.xml

Author: jleroux
Date: Sun Jan 15 06:23:34 2017
New Revision: 1778879

URL: http://svn.apache.org/viewvc?rev=1778879&view=rev
Log:
Improved: Add Geo id support for New Zealand
(OFBIZ-9172)

Currently no support for New Zealand regions in 
framework/common/data/GeoData_*

Thanks: David McNeill

Added:
    ofbiz/trunk/framework/common/data/GeoData_NZ.xml   (with props)
Modified:
    ofbiz/trunk/framework/common/ofbiz-component.xml

Added: ofbiz/trunk/framework/common/data/GeoData_NZ.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/GeoData_NZ.xml?rev=1778879&view=auto
==============================================================================
--- ofbiz/trunk/framework/common/data/GeoData_NZ.xml (added)
+++ ofbiz/trunk/framework/common/data/GeoData_NZ.xml Sun Jan 15 06:23:34 2017
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <!-- North Island -->
+    <Geo abbreviation="Ntl" geoCode="NTL" geoId="NZ-NTL" geoName="Northland"          geoTypeId="REGION"/>
+    <Geo abbreviation="Auk" geoCode="AUK" geoId="NZ-AUK" geoName="Auckland"           geoTypeId="REGION"/>
+    <Geo abbreviation="Wko" geoCode="WKO" geoId="NZ-WKO" geoName="Waikato"            geoTypeId="REGION"/>
+    <Geo abbreviation="BoP" geoCode="BOP" geoId="NZ-BOP" geoName="Bay of Plenty"      geoTypeId="REGION"/>
+    <Geo abbreviation="Gis" geoCode="GIS" geoId="NZ-GIS" geoName="Gisborne"           geoTypeId="REGION"/>
+    <Geo abbreviation="HkB" geoCode="HKB" geoId="NZ-HKB" geoName="Hawkes Bay"         geoTypeId="REGION"/>
+    <Geo abbreviation="Tki" geoCode="TKI" geoId="NZ-TKI" geoName="Taranaki"           geoTypeId="REGION"/>
+    <Geo abbreviation="Mwt" geoCode="MWT" geoId="NZ-MWT" geoName="Manawatu-Whanganui" geoTypeId="REGION"/>
+    <Geo abbreviation="Wgn" geoCode="WGN" geoId="NZ-WGN" geoName="Wellington"         geoTypeId="REGION"/>
+
+    <!-- South Island -->
+    <Geo abbreviation="Mbh" geoCode="MBH" geoId="NZ-MBH" geoName="Marlborough"        geoTypeId="REGION"/>
+    <Geo abbreviation="Nsn" geoCode="NSN" geoId="NZ-NSN" geoName="Nelson"             geoTypeId="REGION"/>
+    <Geo abbreviation="Tas" geoCode="TAS" geoId="NZ-TAS" geoName="Tasman"             geoTypeId="REGION"/>
+    <Geo abbreviation="Can" geoCode="CAN" geoId="NZ-CAN" geoName="Canterbury"         geoTypeId="REGION"/>
+    <Geo abbreviation="WtC" geoCode="WTC" geoId="NZ-WTC" geoName="West Coast"         geoTypeId="REGION"/>
+    <Geo abbreviation="Ota" geoCode="OTA" geoId="NZ-OTA" geoName="Otago"              geoTypeId="REGION"/>
+    <Geo abbreviation="Stl" geoCode="STL" geoId="NZ-STL" geoName="Southland"          geoTypeId="REGION"/>
+
+    <!-- Outer Islands -->
+    <Geo abbreviation="CIT" geoCode="CIT" geoId="NZ-CIT" geoName="Chatham Islands"    geoTypeId="TERRITORY"/>
+
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-NTL" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-AUK" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-WKO" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-BOP" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-GIS" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-HKB" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-TKI" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-MWT" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-WGN" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-MBH" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-NSN" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-TAS" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-CAN" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-WTC" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-OTA" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-STL" geoAssocTypeId="REGIONS"/>
+    <GeoAssoc geoId="NZL" geoIdTo="NZ-CIT" geoAssocTypeId="REGIONS"/>
+</entity-engine-xml>

Propchange: ofbiz/trunk/framework/common/data/GeoData_NZ.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/common/data/GeoData_NZ.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/common/data/GeoData_NZ.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/framework/common/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/ofbiz-component.xml?rev=1778879&r1=1778878&r2=1778879&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/common/ofbiz-component.xml Sun Jan 15 06:23:34 2017
@@ -51,6 +51,7 @@ under the License.
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_MX.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_MY.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_NL.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_NZ.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_PL.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_TH.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/GeoData_UK.xml"/>