You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
- optionalImplement 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.
The text was updated successfully, but these errors were encountered: