Skip to content

birkskyum/gazetteer

Gazetteer

An index of places for maps, organized into a collection of machine-readable files that conforms to a Gazetteer 1.1 spec.

Usage

This package includes:

import { worldwide, validate } from '@maplibre/gazetteer';

const { roadNetwork, settlements } = worldwide;

validate(roadNetwork); // Returns an array of error messages if invalid

Releasing

  1. Run npm version {major|minor|patch}
  2. Add an entry to the CHANGELOG outlining the changes.
  3. Create a pull request with the changes above.