VectorAtlas provides a free, lightweight SVG world map generated from public domain data. Each country is represented with ISO paths, facilitating seamless integration into map UIs and choropleth visualizations. With a focus on simplicity and accessibility, it offers a no-attribution-required license for versatile usage.
VectorAtlas is a free, lightweight SVG world map crafted from public domain data sourced from Natural Earth. This map features one <path> element per country, each identified by a lowercase ISO 3166-1 alpha-2 code, making it an optimal choice for applications such as choropleths, heatmaps based on country submissions, or any SVG-based map user interface.
Integrating the SVG map is straightforward. Here’s a simple usage example:
<svg>
<use xlink:href="dist/world.svg#country-id" />
</svg>
The foundation of VectorAtlas is primarily built from Natural Earth’s ne_110m_admin_0_countries dataset. This ensures a compact size while offering a clear depiction of global nations. In cases where certain small nations are absent in the 110m dataset, details have been supplemented from the ne_50m_admin_0_countries dataset, providing a more comprehensive map.
Disputed or unrecognized territories are handled thoughtfully by providing a synthesized identifier, ensuring inclusivity in the mapping.
To see VectorAtlas in action, explore the live demo and explore practical applications through the examples page. The examples include:
These implementations are straightforward HTML without any build steps or dependencies, simplifying the process for developers.
No comments yet.
Sign in to be the first to comment.