1.2.3 • Published 6 years ago

ne110m_fixes v1.2.3

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Natural Earth 110m vector data, fixed & packaged

  • fixes topological issues on the border of Sudan
  • uses UN definition for Morrocco / Western Sahara
  • adds a few Kuril Islands
  • adds Gaza
  • keeps all properties fields from NE
  • also export countries and land in GeoJSON
  • fixes id=578 for Norway and publishes id in the tsv file
  • countries with no official iso_n3 code receive a negative id

Usage

You can use this as a drop-in replacement for world-atlas 110m data:

In TopoJSON:

fetch('https://unpkg.com/ne110m_fixes/world/110m.json').then(d => d.json())

In GeoJSON:

fetch('https://unpkg.com/ne110m_fixes/world/110m_land.geojson').then(d => d.json())

With d3: In GeoJSON:

d3.json('https://unpkg.com/ne110m_fixes/world/110m_countries.geojson')

Credits

The hard work has been done by the team at Natural Earth.

Mike Bostock has contributed all the necessary tooling and examples in world-atlas.

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago