Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upQuerying landuse metainformation for a lat-lng #86
Comments
This comment has been minimized.
This comment has been minimized.
This seems to be the same issue as discussed in #77 |
This comment has been minimized.
This comment has been minimized.
Yes it's the same issue. I didn't see that, sorry. Besides that, my question is more concrete in relation to finding information about areas. I found out that, for some areas you don't receive information by The first one matches |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Thank you very much for this clarification :) That helped a lot. So I quote from that, there's currently no solution to extract the landuse/amenity/surface/nature information from every spot inside a way. I'll stick with my solution where I combine the results from |
This comment has been minimized.
This comment has been minimized.
Right, the area based BTW: your combined |
This comment has been minimized.
This comment has been minimized.
Yeah I know. This's why I opened this issue in the first place. Do you have any suggestions on this? |
This comment has been minimized.
This comment has been minimized.
Hi again. Keeping the previous conversation in mind - is there anything I can do to achieve my goal? |
This comment has been minimized.
This comment has been minimized.
For the time being you could set up your own local Overpass API instance and adjust the rules in areas.osm3s according to your needs. |
This comment has been minimized.
This comment has been minimized.
That seems to be an appropriate solution for now. Thanks for your support! |
This comment has been minimized.
This comment has been minimized.
Hey guys. Just to awake this issue from a deep slumber: If there is any news other than the mentioned workaround I'd be happy to test and contribute. |
This comment has been minimized.
This comment has been minimized.
Same question. I'd love to know if I can load landuse for a specific location/coordinate. Asked a question on SO. There are a lot of such questions. |
I'm trying to always receive the ground information (landuse, leisure, amenity, natural, ...) of a given coordinate.
What I was trying to do was to find the enclosing element for a coordinate that has at least one of the tags.
Why is there some areas that won't return a landuse information (e.g. most forests) but can be printed in whatever color and pattern it is by the tile drawer server? How do I always get these metainformation?