This library can be used to convert a GeoJSON MultiPolygon or Polygon into a list of geohashes that form it.
[![NPM Version][npm-image]][https://www.npmjs.com/package/polygongeohash] [![Downloads Stats][npm-downloads]][https://www.npmjs.com/package/polygongeohash]
This code and working for this library is stolen inspired from: https://github.com/marcelreppi/shape2geohash
The reason for its creation is that the given library was specifically made for the backend and I needed to use it in a front end project but couldn't get it to work.
To install in your project:
npm install polygongeohash --save
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
For more examples and usage, please refer to the [Wiki][wiki].
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
make install
npm test
- 1.0.0
- Bismillah
- Fork it (https://github.com/wajeehmisbahkhan/polygongeohash/fork)
- Create your feature branch (
git checkout -b feature/foo-bar
) - Commit your changes (
git commit -am 'Add some foo-bar'
) - Push to the branch (
git push origin feature/foo-bar
) - Create a new Pull Request