bugfix for BM CommonName areas
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 29 Feb 2012 22:46:21 +0000 (22:46 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 29 Feb 2012 22:46:21 +0000 (22:46 +0000)
cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelCommonNamesImport.java

index 4158e3ad4d02fe69acc1d74048b9539143d3c38e..36ac0a76626e9276513e7885245e3fe8960c0023 100644 (file)
@@ -609,6 +609,11 @@ public class BerlinModelCommonNamesImport  extends BerlinModelImportBase {
                                }\r
                        }\r
                }\r
+               emTdwgMap.put("Ab / Ab(A)", "Ab");\r
+               emTdwgMap.put("Ga / Ga(F)", "FRA-FR");\r
+               emTdwgMap.put("It / It(I)", "ITA");\r
+               emTdwgMap.put("Uk / Uk(U)", "Uk");\r
+               emTdwgMap.put("Ar / Ar(A)", "TCS-AR");\r
                return emTdwgMap;\r
        }\r
 \r