Hi, I'm just wondering if it is possible to only return ways using the reverse geocode method from longitude and latitude. I'm currently using the query http://nominatim.openstreetmap.org/reverse?format=json&lat=53.3533634&lon=-6.363978&osm_type=W. This however still returns nodes if that's what the co-ordinates point to. I was wondering if there is a method for finding the way based on the node id, if this is what gets returned based on the query. Any help on the matter will be most appreciated. Thanks asked 13 Dec '16, 00:15 shayD |
Use the answered 13 Dec '16, 00:56 mtmail 1
Thanks for the quick reply and the answer to the question, works perfect!
(13 Dec '16, 01:07)
shayD
|
Sounds like Overpass API is the better approach here, isn't it?