An index of places for maps, organized into a collection of machine-readable files that conforms to a Gazetteer 1.1 spec.
This package includes:
- A collection of Gazetteers
- A validation utility for verifying a JSON object conforms to the Gazetteer 1.1 specification.
import { worldwide, validate } from '@mapbox/gazetteer';
const { roadNetwork, settlements } = worldwide;
validate(roadNetwork); // Returns an array of error messages if invalid
- Run
npm version {major|minor|patch}
- Add an entry to the
CHANGELOG
outlining the changes. - Create a pull request with the changes above.