Skip to content

Commit

Permalink
Version 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Jul 26, 2018
1 parent 5acbdd5 commit fac4518
Show file tree
Hide file tree
Showing 138 changed files with 4,382 additions and 2,468 deletions.
Binary file removed dist/amcharts_geodata_4.0.5.zip
Binary file not shown.
Binary file added dist/amcharts_geodata_4.0.6.zip
Binary file not shown.
47 changes: 26 additions & 21 deletions dist/es2015/CHANGELOG.md
@@ -1,22 +1,27 @@
# amCharts 4 Geo Data Changelog

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.0.5] - 2018-07-25

### Added
- New maps: Australia, Brazil, Canada, China, Japan, France Departments, Germany, Mexico, South Korea

## [4.0.4] - 2018-07-19

### Fixed
- USA map was broken

### Added
- New maps: France, USA (Albers projection)

## [4.0.3] - 2018-05-10

### Added
# amCharts 4 Geo Data Changelog

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.0.6] - 2018-07-26

### Added
- New maps: Russia, Russia w/ Crimea, Spain, Spain w/ Provinces

## [4.0.5] - 2018-07-25

### Added
- New maps: Australia, Brazil, Canada, China, Japan, France Departments, Germany, Mexico, South Korea

## [4.0.4] - 2018-07-19

### Fixed
- USA map was broken

### Added
- New maps: France, USA (Albers projection)

## [4.0.3] - 2018-05-10

### Added
- Added this `CHANGELOG.md`.
11 changes: 7 additions & 4 deletions dist/es2015/README.md
Expand Up @@ -16,8 +16,10 @@ Put contents of this package into your `amcharts4/geodata` folder.

|Directory|Description|
|---------|-----------|
|/geodata/|Map files in relevant format (depending on where this package came from)|
|/geodata/json/|Versions of the map files in plain GeoJSON format|
|/dist/es2015/|Map files as modules|
|/dist/es2015/json/|Versions of the map files in plain GeoJSON format|
|/dist/script/|Map files as JavaScript inlcudes|
|/dist/script/json/|Versions of the map files in plain GeoJSON format|


### Documentation
Expand All @@ -28,9 +30,10 @@ as class reference visit [V4 documentation website](https://www.amcharts.com/doc

### Other ways to get amCharts 4 library and related geodata

* [NPM package (amCharts 4 library)](https://www.npmjs.com/package/@amcharts/amcharts4)
* [NPM package (library)](https://www.npmjs.com/package/@amcharts/amcharts4)
* [NPM package (geodata)](https://www.npmjs.com/package/@amcharts/amcharts4-geodata)
* [GitHub repository](https://github.com/amcharts/amcharts4)
* [GitHub repository (library)](https://github.com/amcharts/amcharts4)
* [GitHub repository (geodata)](https://github.com/amcharts/amcharts4-geodata)
* [ZIP download](https://www.amcharts.com/download/download-v4/)


Expand Down
62 changes: 31 additions & 31 deletions dist/es2015/australiaHigh.d.ts
@@ -1,31 +1,31 @@
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
20 changes: 10 additions & 10 deletions dist/es2015/australiaHigh.js

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions dist/es2015/australiaLow.d.ts
@@ -1,31 +1,31 @@
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
declare const _default: {
"type": string;
"features": ({
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
} | {
"type": string;
"geometry": {
"type": string;
"coordinates": number[][][];
};
"properties": {
"name": string;
"id": string;
"CNTRY_NAME": string;
"TYPE": string;
};
"id": string;
})[];
};
export default _default;
20 changes: 10 additions & 10 deletions dist/es2015/australiaLow.js

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions dist/es2015/brazilHigh.d.ts
@@ -1,31 +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;
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;
58 changes: 29 additions & 29 deletions dist/es2015/brazilHigh.js

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions dist/es2015/brazilLow.d.ts
@@ -1,31 +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;
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;

0 comments on commit fac4518

Please sign in to comment.