<h1 align="center">
  <a href="https://github.com/simonepri/geo-maps"><img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps.jpg" alt="geo-maps" /></a>
</h1>
<p align="center">
  <a href="https://github.com/tmcw/awesome-geojson"><img src="https://awesome.re/mentioned-badge.svg" alt="awesome-geojson" /></a>
  <a href="https://github.com/simonepri/geo-maps/blob/master/info/countries-land.md#downloads"><img src="https://img.shields.io/badge/resolution-250m-f1c40f.svg" alt="map resolution" /></a>
  <a href="https://github.com/simonepri/geo-maps/blob/master/info/countries-land.md#downloads"><img src="http://img.badgesize.io/https://unpkg.com/@geo-maps/countries-land-250m/map.geo.json" alt="map size" /></a>
  <a href="https://www.npmjs.com/package/@geo-maps/countries-land-250m"><img src="https://img.shields.io/npm/dm/@geo-maps/countries-land-250m.svg" alt="npm downloads" /></a>
  <a href="https://www.npmjs.com/package/@geo-maps/countries-land-250m"><img src="https://img.shields.io/npm/v/@geo-maps/countries-land-250m.svg" alt="npm version" /></a>
  <a href="http://geojson.org/"><img src="https://img.shields.io/badge/format-GeoJSON-e67e22.svg" alt="maps format" /></a>
  <a href="http://www.openstreetmap.org/"><img src="https://img.shields.io/badge/source-OSM-2ecc71.svg" alt="map source" /></a>
  <a href="LICENSE"><img src="https://img.shields.io/github/license/simonepri/geo-maps.svg" alt="software license" /></a>
  <a href="https://opendatacommons.org/licenses/odbl/1.0/"><img src="https://img.shields.io/badge/license-ODbL-2980b9.svg" alt="data license" /></a>
</p>
<br />
<p align="center">
  🗺 High Quality GeoJSON map of countries' political land borders with 250m resolution.
</p>
<p align="center">
  <sub>
    The only GeoJSON maps of the world you will ever need!
  </sub>
</p>

## Preview
Click on the image below to see a live preview of the map with an absolute error
of **250m**.  

<p align="center">
  <a alt="World Boundaries" href="http://mapshaper.org/?files=https://unpkg.com/@geo-maps/countries-land-250m/map.geo.json">
    <img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps-countries-land-shape.png" width ="49%"/>
  </a>
  <a alt="World Boundaries" href="http://geojson.io/#data=data:text/x-url,https://unpkg.com/@geo-maps/countries-land-250m/map.geo.json">
    <img src="https://raw.githubusercontent.com/simonepri/geo-maps/master/media/geo-maps-countries-land-hover.png" width ="49%"/>
  </a>
</center>

## Install
```bash
$ npm install --save @geo-maps/countries-land-250m
```

## Usage
```javascript
// Just require it and you are done!
const geoCountriesCoastline = require('@geo-maps/countries-land-250m');
```

## Authors
* **Simone Primarosa** - [simonepri](https://github.com/simonepri)

See also the list of [contributors](https://github.com/simonepri/geo-maps/contributors) who participated in this project.

## License
All data of this project is licensed under the [Open Data Commons Public Domain Dedication and License](https://opendatacommons.org/licenses/odbl/1.0/) as stated in [OpenStreetMap License](http://www.openstreetmap.org/copyright)

All source code of this project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
