5.0.0 • Published 8 years ago

seattle-boundaries v5.0.0

Weekly downloads
39
License
-
Repository
github
Last release
8 years ago

Seattle boundaries

GeoJSON for various boundaries within Seattle

Boundaries

Install

To install the Node.js module:

npm install --save seattle-boundaries

Usage

var boundaries = require('seattle-boundaries')

var matches = boundaries({
  long: -122.345002,
  lat: 47.667044,
  dataset: dataset
})

Returns a FeatureCollection where all the features are a match for the point. The slug of the dataset that the feature is from is stored in the properties of the feature with the key dataset.

Contributing

  • Fork the repo
  • Create a branch for your changes
  • Submit pull request
  • When possible, we attempt to pull data from City of Seattle using Node.js but we are open to other solutions as well.

See also

TODO

See the issues queue for todos.

License

CC0 1.0 Universal (CC0 1.0)

5.0.0

8 years ago

4.1.2

8 years ago

4.1.1

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.1.0

8 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

9 years ago