Skip to content

Commit

Permalink
Version 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Mar 12, 2019
1 parent eb66a88 commit 347c491
Show file tree
Hide file tree
Showing 89 changed files with 998 additions and 112 deletions.
Binary file not shown.
8 changes: 8 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.4] - 2019-03-12

### Added
- New maps: Anguilla, Antigua Barbuda, Aruba, Barbados, Bonaire, Sint Eustatius and Saba, Curaçao.

### Fixed
- Fixed map of Malaysia.

## [4.1.3] - 2019-02-26

### Added
Expand Down
31 changes: 31 additions & 0 deletions dist/es2015/anguillaHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
22 changes: 22 additions & 0 deletions dist/es2015/anguillaHigh.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions dist/es2015/anguillaLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
22 changes: 22 additions & 0 deletions dist/es2015/anguillaLow.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions dist/es2015/antiguaBarbudaHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
10 changes: 10 additions & 0 deletions dist/es2015/antiguaBarbudaHigh.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions dist/es2015/antiguaBarbudaLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
10 changes: 10 additions & 0 deletions dist/es2015/antiguaBarbudaLow.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions dist/es2015/arubaHigh.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
declare const _default: {
"type": string;
"features": {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
}[];
};
export default _default;
3 changes: 3 additions & 0 deletions dist/es2015/arubaHigh.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions dist/es2015/arubaLow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
declare const _default: {
"type": string;
"features": {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY": string;
"TYPE": string;
};
"id": string;
}[];
};
export default _default;
Loading

0 comments on commit 347c491

Please sign in to comment.