1.0.0 • Published 1 month ago

visionscarto-world-atlas v1.0.0

Weekly downloads
327
License
BSD-3-Clause
Repository
github
Last release
1 month ago

Natural Earth vector data, modified & simplified

A modification of topojson/world-atlas 110m and 50m files, with various modifications intended for Visionscarto:

  • fixes topology issues (border of Sudan; North Korea…)
  • adds a few shapes (Kuril Islands; Gaza)
  • better reflects the UN views (Ukraine; Western Sahara)
  • adds names and ids (Norway; Kosovo; North Macedonia…)
  • adds 3-letter codes (as properties.a3)
  • quantized and optimized

Full documentation and examples notebook.

Usage

Consume these files with TopoJSON:

const world = await fetch("https://cdn.jsdelivr.net/npm/visionscarto-world-atlas@0.1.0/world/110m.json").then(d => d.json());
const features = topojson.feature(world, world.objects.countries);
const world = await fetch("https://cdn.jsdelivr.net/npm/visionscarto-world-atlas@0.1.0/world/50m.json").then(d => d.json());
const land = topojson.feature(world, world.objects.land);

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.0.0

1 month ago

0.1.0

1 year ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago