Given a set of polygons and a point, this API checks wheter the point falls whithin one of polygons or not. This problem is well-known in computational geomtry as point-in-polygon (PIP) problem. The acceptable format for both point and area is the standardized GeoJson format.
To get the Rails server running locally:
- Install ruby on rails on your machine
- Clone this repo
bundle install
to install all req'd dependenciesrake db:migrate
to make all database migrationsrails s
to start the local server
For full documentaion please refer to the project's homepage
bundle exec rspec
- Hossein Shafiei - sesaretah
This project is licensed under the MIT License - see the LICENSE.md file for details