5.1.1 • Published 2 years ago

@mapbox/gazetteer v5.1.1

Weekly downloads
762
License
ISC
Repository
github
Last release
2 years 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

2 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.0.4

6 years ago

4.0.3

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.2.0

6 years ago

3.1.2

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

9 years ago