-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add zoo, aerodrome, urban, rural areas to landuse polygons #124
Comments
And pilots at SFO are rioting. Or was that the London Underground people? Whatever. |
And we're missing Pt Reyes national seashore north of SF, which has these tags UPDATE: Turns out this is already in tiles as landuse:conservation :) |
Urban areas are in: UPDATE: Looks like landuse=urban and landuse=rural are more likely candidates |
Taginfo says that tourism=zoo exists for some points as well. Should we add this to the pois layer? If so, maybe at z16?
We are already pulling in As an aside, we're not querying for
Looks like there are lots of nodes tagged like this. Should it be added to the pois layer too, z16? |
It looks like a style problem, not a data one -- looks like the landuse layer in the demo is only showing specific (side note, that layer is also requiring features to have a name, but that's overly restrictive since that's just a polygon layer, I can fix that) |
That explains it, thanks @bcamper! My vote would be to keep the name requirement for the |
Name is required for On Wed, Aug 5, 2015 at 4:13 PM, Robert Marianski [email protected]
|
@souperneon both [1]. Currently the pr has things set up such that the polygon areas will appear in the [1] http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome |
@rmarianski You're right, Point Reyes was hiding in plain site as landuse:conservation only. Updated the original commit above. |
@rmarianski For urban areas, reviewing https://taginfo.openstreetmap.org/keys/residential#values it looks like landuse=urban and landuse=rural are more likely candidates. These should just be landuse polygons without poi or landuse_labels (if they have names, we should probably ignore them). |
@rmarianski For zoos, let's set the default min_zoom to 13 (not z16), yes for also include the labels. Is it better to put it into landuse_labels than POI? |
@rmarianski For the landuse=urban and landuse=rural, I suspect our grouping of several OSM keys into the same "kind" bucket results in odd stuff happening where a less interesting key's value overwrites the more interesting landuse key's value. For instance, I'm seeing a bunch of "residential" values in the returned landuse tiles, and those are usually a refinement of urban/rural. |
I updated the pr (#125):
Wrt the |
PR updates look good. Yes, let's try returning back also the explicate landuse value in addition to the kind object. We might also need to do that for boundaries, I'll make a new issue for that. |
Is it ok for me to merge in the pull request as is, and create a new issue for adding in the landuse value in the response? |
Yes. |
Created ticket to include landuse tag: #132 |
The SF zoo is missing, and the animals there are sad.
tourism:zoo
The text was updated successfully, but these errors were encountered: