Author: jleroux
Date: Sat Jan 6 07:13:44 2018 New Revision: 1820375 URL: http://svn.apache.org/viewvc?rev=1820375&view=rev Log: Improved: Update Geo information according to ISO notifications, Iceland (OFBIZ-10028) This follows this discussion http://markmail.org/message/xn7f552qvtpua2uq This is mostly to check WIP at INFRA-15394, INFRA-15785 and OFBIZ-10147 Thanks: Kyra Pritzel-Hentley Added: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml (with props) Added: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml?rev=1820375&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml (added) +++ ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml Sat Jan 6 07:13:44 2018 @@ -0,0 +1,39 @@ +<?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 abbreviation="AL" geoCode="7" geoId="IS-7" geoName="Austurland" geoTypeId="REGION"/> + <Geo abbreviation="HO" geoCode="1" geoId="IS-1" geoName="Höfuðborgarsvæði" geoTypeId="REGION"/> + <Geo abbreviation="NE" geoCode="6" geoId="IS-6" geoName="Norðurland eystra" geoTypeId="REGION"/> + <Geo abbreviation="NV" geoCode="5" geoId="IS-5" geoName="Norðurland vestra" geoTypeId="REGION"/> + <Geo abbreviation="SL" geoCode="8" geoId="IS-8" geoName="Suðurland" geoTypeId="REGION"/> + <Geo abbreviation="SU" geoCode="2" geoId="IS-2" geoName="Suðurnes" geoTypeId="REGION"/> + <Geo abbreviation="VF" geoCode="4" geoId="IS-4" geoName="Vestfirðir" geoTypeId="REGION"/> + <Geo abbreviation="VL" geoCode="3" geoId="IS-3" geoName="Vesturland" geoTypeId="REGION"/> + + <GeoAssoc geoId="ISL" geoIdTo="IS-7" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="ISL" geoIdTo="IS-1" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="ISL" geoIdTo="IS-6" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="ISL" geoIdTo="IS-5" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="ISL" geoIdTo="IS-8" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="ISL" geoIdTo="IS-2" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="ISL" geoIdTo="IS-4" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="ISL" geoIdTo="IS-3" geoAssocTypeId="REGIONS"/> +</entity-engine-xml> \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/framework/common/data/GeoData_IS.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |