5.1.1 • Published 9 months ago

@mapbox/gazetteer v5.1.1

Weekly downloads
762
License
ISC
Repository
github
Last release
9 months ago

Gazetteer

build status

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 '@mapbox/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.
5.1.1

9 months ago

5.1.0

4 years ago

5.0.0

4 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.2.0

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago