Skip to content

Commit

Permalink
Version 4.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Jun 23, 2021
1 parent 42d0f44 commit 78ab0d9
Show file tree
Hide file tree
Showing 85 changed files with 2,854 additions and 60 deletions.
10 changes: 10 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.1.21] - 2021-06-23

### Added
- New Maps: Lesotho, Liberia, Regions of Uganda, French Polynesia, Province map of Ireland, World outline (whole world as a single polygon).

### Fixed
- Fixed ID and naming issues in the maps of Uganda.


## [4.1.20] - 2021-04-19

### Added
Expand All @@ -12,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed polygon IDs for the Congressional district Map of Minnesota.
- Some countries were missing in data files.
- Fixed map of Faroe Islands.
- Fixed map of Svalbard.


## [4.1.19] - 2020-11-11
Expand Down
10 changes: 7 additions & 3 deletions dist/es2015/data/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ var countries = {
"ID": ["indonesiaLow", "indonesiaHigh"],
"IE": ["irelandLow", "irelandHigh"],
"IL": ["israelLow", "israelHigh", "israelPalestineLow", "israelPalestineHigh"],
"IT": ["italyLow", "italyHigh"],
"IT": ["italyLow", "italyHigh", "italyProvincesLow", "italyProvincesHigh"],
"JE": ["channelIslandsLow", "channelIslandsHigh"],
"IQ": ["iraqLow", "iraqHigh"],
"IR": ["iranLow", "iranHigh"],
"JM": ["jamaicaLow", "jamaicaHigh"],
Expand Down Expand Up @@ -130,6 +131,7 @@ var countries = {
"MZ": ["mozambiqueLow", "mozambiqueHigh"],
"MK": ["northMacedoniaLow", "northMacedoniaHigh"],
"MM": ["myanmarLow", "myanmarHigh"],
"MP": ["northernMarianaLow", "northernMarianaHigh"],
"MQ": ["martiniqueLow", "martiniqueHigh"],
"MS": ["montserratLow", "montserratHigh"],
"NA": ["namibiaLow", "namibiaHigh"],
Expand Down Expand Up @@ -176,7 +178,9 @@ var countries = {
"KR": ["southKoreaLow", "southKoreaHigh"],
"ES": ["spainLow", "spainHigh", "spainProvincesLow", "spainProvincesHigh"],
"LK": ["sriLankaLow", "sriLankaHigh"],
"KT": ["stKittsNevisLow", "stKittsNevisHigh"],
"LR": ["liberiaLow", "liberiaHigh"],
"LS": ["lesothoLow", "lesothoHigh"],
"KN": ["stKittsNevisLow", "stKittsNevisHigh"],
"PM": ["stPierreMiquelonLow", "stPierreMiquelonHigh"],
"SD": ["sudanLow", "sudanHigh"],
"SR": ["surinameLow", "surinameHigh"],
Expand All @@ -196,7 +200,7 @@ var countries = {
"AE": ["uaeLow", "uaeHigh"],
"GB": ["ukLow", "ukHigh", "ukCountiesLow", "ukCountiesHigh", "ukCountriesLow", "ukCountriesHigh"],
"UA": ["ukraineLow", "ukraineHigh"],
"UG": ["ugandaLow", "ugandaHigh"],
"UG": ["ugandaLow", "ugandaHigh", "ugandaRegionsLow", "ugandaRegionsHigh"],
"US": ["usaLow", "usaHigh", "usaTerritoriesLow", "usaTerritoriesHigh", "usaTerritories2Low", "usaTerritories2High"],
"UY": ["uruguayLow", "uruguayHigh"],
"UZ": ["uzbekistanLow", "uzbekistanHigh"],
Expand Down
20 changes: 7 additions & 13 deletions dist/es2015/data/countries2.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,13 +663,13 @@ var countries2 = {
"country": "Italy",
"continent_code": "EU",
"continent": "Europe",
"maps": ["italyLow", "italyHigh"]
"maps": ["italyLow", "italyHigh", "italyProvincesLow", "italyProvincesHigh"]
},
"JE": {
"country": "Jersey",
"continent_code": "EU",
"continent": "Europe",
"maps": []
"maps": ["channelIslandsLow", "channelIslandsHigh"]
},
"JM": {
"country": "Jamaica",
Expand Down Expand Up @@ -719,12 +719,6 @@ var countries2 = {
"continent": "Africa",
"maps": ["comorosLow", "comorosHigh"]
},
"KN": {
"country": "Saint Kitts and Nevis",
"continent_code": "NA",
"continent": "North America",
"maps": []
},
"KP": {
"country": "Korea, Democratic People's Republic of",
"continent_code": "AS",
Expand All @@ -737,7 +731,7 @@ var countries2 = {
"continent": "Asia",
"maps": ["southKoreaLow", "southKoreaHigh"]
},
"KT": {
"KN": {
"country": "Saint Kitts and Nevis",
"continent_code": "AS",
"continent": "Asia",
Expand Down Expand Up @@ -795,13 +789,13 @@ var countries2 = {
"country": "Liberia",
"continent_code": "AF",
"continent": "Africa",
"maps": []
"maps": ["liberiaLow", "liberiaHigh"]
},
"LS": {
"country": "Lesotho",
"continent_code": "AF",
"continent": "Africa",
"maps": []
"maps": ["lesothoLow", "lesothoHigh"]
},
"LT": {
"country": "Lithuania",
Expand Down Expand Up @@ -903,7 +897,7 @@ var countries2 = {
"country": "Northern Mariana Islands",
"continent_code": "OC",
"continent": "Oceania",
"maps": []
"maps": ["northernMarianaLow", "northernMarianaHigh"]
},
"MQ": {
"country": "Martinique",
Expand Down Expand Up @@ -1395,7 +1389,7 @@ var countries2 = {
"country": "Uganda",
"continent_code": "AF",
"continent": "Africa",
"maps": ["ugandaLow", "ugandaHigh"]
"maps": ["ugandaLow", "ugandaHigh", "ugandaRegionsLow", "ugandaRegionsHigh"]
},
"UM": {
"country": "United States Minor Outlying Islands",
Expand Down
3 changes: 3 additions & 0 deletions dist/es2015/frenchPolynesiaHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/frenchPolynesiaHigh.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/frenchPolynesiaLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/frenchPolynesiaLow.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/irelandProvincesHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/irelandProvincesHigh.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/irelandProvincesLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/irelandProvincesLow.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions dist/es2015/json/data/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"ID": [ "indonesiaLow", "indonesiaHigh" ],
"IE": [ "irelandLow", "irelandHigh" ],
"IL": [ "israelLow", "israelHigh", "israelPalestineLow", "israelPalestineHigh" ],
"IT": [ "italyLow", "italyHigh" ],
"IT": [ "italyLow", "italyHigh", "italyProvincesLow", "italyProvincesHigh" ],
"JE": [ "channelIslandsLow", "channelIslandsHigh" ],
"IQ": [ "iraqLow", "iraqHigh" ],
"IR": [ "iranLow", "iranHigh" ],
"JM": [ "jamaicaLow", "jamaicaHigh" ],
Expand Down Expand Up @@ -130,6 +131,7 @@
"MZ": [ "mozambiqueLow", "mozambiqueHigh" ],
"MK": [ "northMacedoniaLow", "northMacedoniaHigh" ],
"MM": [ "myanmarLow", "myanmarHigh" ],
"MP": [ "northernMarianaLow", "northernMarianaHigh" ],
"MQ": [ "martiniqueLow", "martiniqueHigh" ],
"MS": [ "montserratLow", "montserratHigh" ],
"NA": [ "namibiaLow", "namibiaHigh" ],
Expand Down Expand Up @@ -176,7 +178,9 @@
"KR": [ "southKoreaLow", "southKoreaHigh" ],
"ES": [ "spainLow", "spainHigh", "spainProvincesLow", "spainProvincesHigh" ],
"LK": [ "sriLankaLow", "sriLankaHigh" ],
"KT": [ "stKittsNevisLow", "stKittsNevisHigh" ],
"LR": [ "liberiaLow", "liberiaHigh" ],
"LS": [ "lesothoLow", "lesothoHigh" ],
"KN": [ "stKittsNevisLow", "stKittsNevisHigh" ],
"PM": [ "stPierreMiquelonLow", "stPierreMiquelonHigh" ],
"SD": [ "sudanLow", "sudanHigh" ],
"SR": [ "surinameLow", "surinameHigh" ],
Expand All @@ -196,7 +200,7 @@
"AE": [ "uaeLow", "uaeHigh" ],
"GB": [ "ukLow", "ukHigh", "ukCountiesLow", "ukCountiesHigh", "ukCountriesLow", "ukCountriesHigh" ],
"UA": [ "ukraineLow", "ukraineHigh" ],
"UG": [ "ugandaLow", "ugandaHigh" ],
"UG": [ "ugandaLow", "ugandaHigh", "ugandaRegionsLow", "ugandaRegionsHigh" ],
"US": [ "usaLow", "usaHigh", "usaTerritoriesLow", "usaTerritoriesHigh", "usaTerritories2Low", "usaTerritories2High" ],
"UY": [ "uruguayLow", "uruguayHigh" ],
"UZ": [ "uzbekistanLow", "uzbekistanHigh" ],
Expand Down
20 changes: 7 additions & 13 deletions dist/es2015/json/data/countries2.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,13 +663,13 @@
"country": "Italy",
"continent_code": "EU",
"continent": "Europe",
"maps": [ "italyLow", "italyHigh" ]
"maps": [ "italyLow", "italyHigh", "italyProvincesLow", "italyProvincesHigh" ]
},
"JE": {
"country": "Jersey",
"continent_code": "EU",
"continent": "Europe",
"maps": []
"maps": [ "channelIslandsLow", "channelIslandsHigh" ]
},
"JM": {
"country": "Jamaica",
Expand Down Expand Up @@ -719,12 +719,6 @@
"continent": "Africa",
"maps": [ "comorosLow", "comorosHigh" ]
},
"KN": {
"country": "Saint Kitts and Nevis",
"continent_code": "NA",
"continent": "North America",
"maps": []
},
"KP": {
"country": "Korea, Democratic People's Republic of",
"continent_code": "AS",
Expand All @@ -737,7 +731,7 @@
"continent": "Asia",
"maps": [ "southKoreaLow", "southKoreaHigh" ]
},
"KT": {
"KN": {
"country": "Saint Kitts and Nevis",
"continent_code": "AS",
"continent": "Asia",
Expand Down Expand Up @@ -795,13 +789,13 @@
"country": "Liberia",
"continent_code": "AF",
"continent": "Africa",
"maps": []
"maps": [ "liberiaLow", "liberiaHigh" ]
},
"LS": {
"country": "Lesotho",
"continent_code": "AF",
"continent": "Africa",
"maps": []
"maps": [ "lesothoLow", "lesothoHigh" ]
},
"LT": {
"country": "Lithuania",
Expand Down Expand Up @@ -903,7 +897,7 @@
"country": "Northern Mariana Islands",
"continent_code": "OC",
"continent": "Oceania",
"maps": []
"maps": [ "northernMarianaLow", "northernMarianaHigh" ]
},
"MQ": {
"country": "Martinique",
Expand Down Expand Up @@ -1395,7 +1389,7 @@
"country": "Uganda",
"continent_code": "AF",
"continent": "Africa",
"maps": [ "ugandaLow", "ugandaHigh" ]
"maps": [ "ugandaLow", "ugandaHigh", "ugandaRegionsLow", "ugandaRegionsHigh" ]
},
"UM": {
"country": "United States Minor Outlying Islands",
Expand Down
1 change: 1 addition & 0 deletions dist/es2015/json/frenchPolynesiaHigh.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/frenchPolynesiaLow.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/irelandProvincesHigh.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/irelandProvincesLow.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/lesothoHigh.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/lesothoLow.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/liberiaHigh.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/liberiaLow.json

Large diffs are not rendered by default.

406 changes: 405 additions & 1 deletion dist/es2015/json/ugandaHigh.json

Large diffs are not rendered by default.

408 changes: 407 additions & 1 deletion dist/es2015/json/ugandaLow.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/ugandaRegionsHigh.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/ugandaRegionsLow.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/worldOutlineHigh.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/worldOutlineLow.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/es2015/json/worldOutlineUltra.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/lesothoHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/lesothoHigh.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/lesothoLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/lesothoLow.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/liberiaHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/liberiaHigh.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/liberiaLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/liberiaLow.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4-geodata",
"version": "4.1.20",
"version": "4.1.21",
"author": "amCharts <contact@amcharts.com> (https://www.amcharts.com/)",
"description": "amCharts 4 Geo Data",
"homepage": "https://www.amcharts.com/",
Expand Down
406 changes: 405 additions & 1 deletion dist/es2015/ugandaHigh.js

Large diffs are not rendered by default.

407 changes: 406 additions & 1 deletion dist/es2015/ugandaLow.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/ugandaRegionsHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/ugandaRegionsHigh.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/ugandaRegionsLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/ugandaRegionsLow.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/worldOutlineHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/worldOutlineHigh.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/worldOutlineLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/worldOutlineLow.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/es2015/worldOutlineUltra.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { FeatureCollection } from "./.internal/Geodata";
declare const map: FeatureCollection;
export default map;
2 changes: 2 additions & 0 deletions dist/es2015/worldOutlineUltra.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/script/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.1.21] - 2021-06-23

### Added
- New Maps: Lesotho, Liberia, Regions of Uganda, French Polynesia, Province map of Ireland, World outline (whole world as a single polygon).

### Fixed
- Fixed ID and naming issues in the maps of Uganda.


## [4.1.20] - 2021-04-19

### Added
Expand All @@ -12,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed polygon IDs for the Congressional district Map of Minnesota.
- Some countries were missing in data files.
- Fixed map of Faroe Islands.
- Fixed map of Svalbard.


## [4.1.19] - 2020-11-11
Expand Down
2 changes: 1 addition & 1 deletion dist/script/data/countries.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/script/data/countries2.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/script/frenchPolynesiaHigh.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/script/frenchPolynesiaLow.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/script/irelandProvincesHigh.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/script/irelandProvincesLow.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions dist/script/json/data/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"ID": [ "indonesiaLow", "indonesiaHigh" ],
"IE": [ "irelandLow", "irelandHigh" ],
"IL": [ "israelLow", "israelHigh", "israelPalestineLow", "israelPalestineHigh" ],
"IT": [ "italyLow", "italyHigh" ],
"IT": [ "italyLow", "italyHigh", "italyProvincesLow", "italyProvincesHigh" ],
"JE": [ "channelIslandsLow", "channelIslandsHigh" ],
"IQ": [ "iraqLow", "iraqHigh" ],
"IR": [ "iranLow", "iranHigh" ],
"JM": [ "jamaicaLow", "jamaicaHigh" ],
Expand Down Expand Up @@ -130,6 +131,7 @@
"MZ": [ "mozambiqueLow", "mozambiqueHigh" ],
"MK": [ "northMacedoniaLow", "northMacedoniaHigh" ],
"MM": [ "myanmarLow", "myanmarHigh" ],
"MP": [ "northernMarianaLow", "northernMarianaHigh" ],
"MQ": [ "martiniqueLow", "martiniqueHigh" ],
"MS": [ "montserratLow", "montserratHigh" ],
"NA": [ "namibiaLow", "namibiaHigh" ],
Expand Down Expand Up @@ -176,7 +178,9 @@
"KR": [ "southKoreaLow", "southKoreaHigh" ],
"ES": [ "spainLow", "spainHigh", "spainProvincesLow", "spainProvincesHigh" ],
"LK": [ "sriLankaLow", "sriLankaHigh" ],
"KT": [ "stKittsNevisLow", "stKittsNevisHigh" ],
"LR": [ "liberiaLow", "liberiaHigh" ],
"LS": [ "lesothoLow", "lesothoHigh" ],
"KN": [ "stKittsNevisLow", "stKittsNevisHigh" ],
"PM": [ "stPierreMiquelonLow", "stPierreMiquelonHigh" ],
"SD": [ "sudanLow", "sudanHigh" ],
"SR": [ "surinameLow", "surinameHigh" ],
Expand All @@ -196,7 +200,7 @@
"AE": [ "uaeLow", "uaeHigh" ],
"GB": [ "ukLow", "ukHigh", "ukCountiesLow", "ukCountiesHigh", "ukCountriesLow", "ukCountriesHigh" ],
"UA": [ "ukraineLow", "ukraineHigh" ],
"UG": [ "ugandaLow", "ugandaHigh" ],
"UG": [ "ugandaLow", "ugandaHigh", "ugandaRegionsLow", "ugandaRegionsHigh" ],
"US": [ "usaLow", "usaHigh", "usaTerritoriesLow", "usaTerritoriesHigh", "usaTerritories2Low", "usaTerritories2High" ],
"UY": [ "uruguayLow", "uruguayHigh" ],
"UZ": [ "uzbekistanLow", "uzbekistanHigh" ],
Expand Down
Loading

0 comments on commit 78ab0d9

Please sign in to comment.