-
Notifications
You must be signed in to change notification settings - Fork 826
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 line rendering for tourism=attraction #1824
Comments
I would propose to have no own line for a attraction, as i cannot think about a usecase where a linear attraction has no main key (like highway (?), fence, wall,...). |
I detailed some problems with tourism=attraction here: http://wiki.openstreetmap.org/wiki/Talk:Tag:tourism%3Dattraction |
Possible display method: https://cloud.githubusercontent.com/assets/899988/10133846/0d5e8180-65e1-11e5-98e9-90def5b5acaa.png
Rendering names for barriers would be problematic. People love to tag linear and area objects on the same OSM element leading to things like [barrier=wall; landuse=cemetery; name=*]. |
We have somewhat similar problem with buildings - people add different amenities and their name is rendered as if it was a building name, so we have a bit of confusion between two objects on the same OSM way. |
See also #971 for problems with rendering unable to handle putting linear and area object in one OSM element. |
sent from a phone
I believe this common practice will sooner or later stop, because it really brings a lot of ambiguity into mapping when several objects (like a cemetery and a fence) are represented by the same object in osm. The rendering shouldn't encourage this style of mapping by working around the problems and guessing what might have been meant. A better approach in your example would be to use an attribute on the area rather than a linear feature tag, e.g. "walled=yes" or "fenced=yes". Or use different objects like a way for the barrier and a multipoligon relation (defined by this way) for the area. |
sent from a phone
yes, it's the same problem and should be discouraged as well. |
Thanks for trying names on barriers. Considering attraction for text color would be nice. So you can see it is an attraction and not only a named fence. |
On the other hand most of other labels for other object is not rendered differently after adding tourism=attraction and named barriers are anyway rare. |
I am fine with both. :-) |
Are there other line attractions? Street with attraction is probably good to ignore. |
Currently there is exactly one bench tagged as way, with tourism=attraction - http://www.openstreetmap.org/way/313487068 (see http://overpass-turbo.eu/s/bKm). |
And benches on ways are completely not rendered, so rendering only names makes little sense. Lack of rendering of benches tagged as ways may or may not be worth reporting. I think that merging #1885 should fix problem reported here. |
Yes, your pr would be a nice solution for my issue. Thanks |
Related to "Add area render for tourism=attraction" #1257 I think that we should not render it as a line. Even rendering name is a bit dubious, but rendering it as a line would further encourage using it for ragging for renderer. Rendering I will not go as far as to propose dropping rendering of I plan on closing this issue as declined without implementing line rendering for |
http://www.openstreetmap.org/way/256157138
had a slim area around with tourism=attraction to get a nice pink label. But the fence is the attraction, so i moved the POI data to the fence.
It would be nice to have again a label (with offset like a footway?) to this attraction.
The text was updated successfully, but these errors were encountered: