Author: jleroux
Date: Sun Jan 14 18:23:57 2018 New Revision: 1821112 URL: http://svn.apache.org/viewvc?rev=1821112&view=rev Log: Improved: Update Geo information according to ISO notifications, Korea (the Democratic People's Republic of) (OFBIZ-10028) This follows this discussion http://markmail.org/message/xn7f552qvtpua2uq This is mostly to check WIP at INFRA-15836, so will be backported Thanks: Kyra Pritzel-Hentley Added: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml (with props) Added: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml?rev=1821112&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml (added) +++ ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml Sun Jan 14 18:23:57 2018 @@ -0,0 +1,47 @@ +<?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> + <Geo geoCode="04" geoId="KP-04" geoName="Chagang-do" geoTypeId="PROVINCE"/> + <Geo geoCode="09" geoId="KP-09" geoName="HamgyÇng-bukto" geoTypeId="PROVINCE"/> + <Geo geoCode="08" geoId="KP-08" geoName="HamgyÇng-namdo" geoTypeId="PROVINCE"/> + <Geo geoCode="06" geoId="KP-06" geoName="Hwanghae-bukto" geoTypeId="PROVINCE"/> + <Geo geoCode="05" geoId="KP-05" geoName="Hwanghae-namdo" geoTypeId="PROVINCE"/> + <Geo geoCode="07" geoId="KP-07" geoName="KangwÇn-do" geoTypeId="PROVINCE"/> + <Geo geoCode="14" geoId="KP-14" geoName="Nampâo" geoTypeId="CITY"/> + <Geo geoCode="03" geoId="KP-03" geoName="P'yÇngan-bukto" geoTypeId="PROVINCE"/> + <Geo geoCode="02" geoId="KP-02" geoName="P'yÇngan-namdo" geoTypeId="PROVINCE"/> + <Geo geoCode="01" geoId="KP-01" geoName="P'yÇngyang" geoTypeId="CITY"/> + <Geo geoCode="13" geoId="KP-13" geoName="RasÇn" geoTypeId="CITY"/> + <Geo geoCode="10" geoId="KP-10" geoName="Ryanggang-do" geoTypeId="PROVINCE"/> + + <GeoAssoc geoId="PRK" geoIdTo="KP-04" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-09" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-08" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-06" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-05" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-07" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-14" geoAssocTypeId="COUNTY_CITY"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-03" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-02" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-01" geoAssocTypeId="COUNTY_SEAT"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-13" geoAssocTypeId="COUNTY_CITY"/> + <GeoAssoc geoId="PRK" geoIdTo="KP-10" geoAssocTypeId="REGIONS"/> +</entity-engine-xml> Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_KP.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |