## amCharts 5 Geodata package

This package is a collection of geodata - map files for amCharts 5.

Those are meant for use with `MapChart`. (not included in this package)

To make use of geodata (maps), you will need the amCharts 5 library.


### Installation

#### Standalone

Download and put contents of this package into your `amcharts5/geodata` folder.

### Using NPM

Install main amCharts 5 package:

```
npm install @amcharts/amcharts5
```

Install main geodata package:

```
npm install @amcharts/amcharts5-geodata
```

### Using Yarn

Install main amCharts 5 package:

```
yarn add @amcharts/amcharts5
```

Install main geodata package:

```
yarn add @amcharts/amcharts5-geodata
```


### Documentation

For extensive documentation, including getting started tutorials, as well
as class reference visit [V5 documentation website](https://www.amcharts.com/docs/v5).


### amCharts 5 and geodata are available as

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


### CDN

JavaScript version of the files included in this package is available as a free
CDN service, accessible via URL `https://www.amcharts.com/lib/5/geodata/...`,
e.g.:

```
<script src="https://www.amcharts.com/lib/5/geodata/worldLow.js"></script>
```


### License

If you have a commercial amCharts 5 license, this software is covered by your
license, which supersedes any other license bundled with this package.

If you don't have a commercial license, the use of this software is covered by
a freeware license. Refer to included LICENSE file. The license is also
[available online](https://github.com/amcharts/amcharts5/blob/master/packages/shared/LICENSE).


### Questions?

[Contact amCharts](mailto:contact@amcharts.com).


### Found a bug?

Open an [issue](https://github.com/amcharts/amcharts5/issues).
