-
Notifications
You must be signed in to change notification settings - Fork 819
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
Render bridge_name #828
Comments
Not a perfect tagging style, but the useful information is there. Should be rendered if the way is long enough. Perhaps reject even a short name on a short way to avoid clutter. What about tunnel_name? I am on mobile and have not checked if it exists. |
About bridge_name: Following http://wiki.openstreetmap.org/wiki/Proposed_features/Bridge_Name this is still a proposal. One of the comments was, that bridge:name would be a better solution (making possible also bridge:int_name and bridge:alt_name and so on) I think that’s reasonable. It’s more flexible and more coherent and more intuitive. And at taginfo, we have 11 862 bridge:name tags, but only 5 107 bridge_name tags. So I would suggest to ignore bridge_name for rendering and render instead exclusivly bridge:name. In principle I think the same arguments are also true for locks (but at taginfo we see that lock_name is used often, while lock:name is almost not used). |
we should IMHO not encourage this kind of tagging, but rather distinct objects like bridges and locks, and render names for these objects (tag: "name") where appropriate. |
What if a bridge has a different name from the street that is running over that bridge? Not an uncommon situation. |
There is no problem, you'll have a bridge with its name and a road with its name, both will have the default name in the name tag |
How can you have multiple name tags? Normally you would have a way with highway=primary, name=Main Street, bridge=yes, bridge_name=Old Bridge. How would you represent that? |
I'm not fully up on navigable waterway tagging, not having anything but rivers here. @systemed, thoughts on |
Typical usage is Similarly (Incidentally, I was interested to see that the MapOut iOS app renders locks in a different, darker blue than the main channel of waterways - a good bit of design.) |
What's typical for locks on maps for rendering names? We have bridges with names locally but they generally either have very boring names (e.g. the Granvillle Street Bridge that carries Granvillle Street), are part of a highway without a name, or join two streets with different names and have no clear name for the road itself in that section. |
Here's an example of a common printed waterways guide that shows lock names. |
2014-08-04 9:25 GMT+02:00 Richard Fairhurst [email protected]:
I am aware of this tagging scheme which creates implicit instances for |
The road over the bridge is called St Ann Way. It's only the bridge structure itself that is called High Orchard Bridge. (Similarly, the canal running through the lock is called the Staffs & Worcs, it's only the lock structure itself that's called Boggs Lock; and so on.) Therefore both names need to be tagged. Given that locks and bridges are two-dimensional objects (well, 3D really, but you know what I mean), a node on the way isn't enough. So if you're determined to use the
Let's not architecture-astronaut this, and just continue to do what thousands of mappers are already doing. Whether the separator is a colon or an underscore or U+1F4A9 I don't really care. |
2014-08-04 12:18 GMT+02:00 Richard Fairhurst [email protected]:
exactly. That's why I suggest to have dedicated objects for locks and
agreed, both are 3D-objects, let's leave the height out and think polygons.
in the case of the lock there will indeed be shared nodes (or a
(please note that in my previous post when I wrote that the lock could be In case of the bridge you won't get shared nodes (maybe you can have them
first you'll have to draw it, then you can simply add name=* etc., which
I think that bridges are currently still under-architectured, that's why we |
That's as may be, but completely changing the way that mappers tag one of the most common highway features is a little bit out of scope for this ticket. ;) |
Which is, of course, entirely out of scope for this issue tracker. |
Changed it to request rendering bridge_name, lock name is covered by #157 |
I'm not sure that this is no longer necessary now we render man_made=bridge. |
Why it would be still necessary? Names of bridges are now rendered and therefore this workaround is no longer necessary. What would be the pint of rendering name of bridge on the road? Especially as roads on bridges may have their own names, different from name of the bridge. |
sent from a phone
+1, bridge_name always was a strange workaround due to the fact that bridges for a very long time had been mapped only implicitly |
Yes, we have man_made=bridge now, rendering the bridge name on the highway should be unnecessary. |
Closing per @matkoniecz. |
We should render lock_name and bridge_name for the name of locks and bridges, respectively.
See also https://trac.openstreetmap.org/ticket/3223.
The text was updated successfully, but these errors were encountered: