Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement integration with OSM for getting place data #34

Open
tboychuk opened this issue Oct 16, 2018 · 0 comments
Open

Implement integration with OSM for getting place data #34

tboychuk opened this issue Oct 16, 2018 · 0 comments
Labels
1 - Ready feature request A request to implement a new feature

Comments

@tboychuk
Copy link
Collaborator

tboychuk commented Oct 16, 2018

Check out how to use OSM API. See ticket #31.

Create new endpoint POST ../places/osm that takes five parameters:

  • mitLat
  • maxLat
  • minLng
  • maxLng
  • type - optional

Implement corresponding service logic. It should call OSM API and using the following parameters load places. All new places should be stored in our database according to our own format.

@tboychuk tboychuk added 0 - Backlog feature request A request to implement a new feature 1 - Ready and removed 0 - Backlog labels Oct 16, 2018
@tboychuk tboychuk changed the title Implement integration with OSM for places Implement integration with OSM for getting place data Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - Ready feature request A request to implement a new feature
Projects
None yet
Development

No branches or pull requests

1 participant