/seattle-boundaries

geojson for various boundaries in Seattle

Primary LanguageJavaScript

Seattle boundaries

geojson for various boundaries in Seattle

Boundaries:

Install

To install the node/js module:

npm install --save seattle-boundaries

Usage

var boundaries = require('seattle-boundaries')

var matches = boundaries(-122.345002, 47.667044)

API

var boundaries = require('seattle-boundaries')

boundaries(long, lat)

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)