#9007 closed defect (fixed)
[patch] possible error in presets for Bridge relation
Reported by: | aceman | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Internal preset | Version: | |
Keywords: | Cc: |
Description
http://wiki.openstreetmap.org/wiki/Relations/Proposed/Bridges_and_Tunnels#Members
Way edge :
zero or more alternative to outline, a set of ways which form the edges. Rather than drawing an area, a renderer could then draw the parapet marks as now along these ways. The interior of the bridge should be on the right of these ways (so if we were modelling a simple bridge using this technique, there would be two ways running in opposite directions parallel to and either side of the road-way which passes across the bridge; but this is generalisable to more complex cases: for example, consider a bridge which has a meeting of three ways on top). If neither outline nor edge is given, the "across"/"through" ways would be used to derive a nominal outline for rendering purposes for example.
If I read the presets file correctly, it expects a node, not a way:
<role key="edge" text="nodes forming the outline" requisite="optional" type="node" />
Is that a bug or is the wiki wrong? If a bug then please also correct the text and type.
Attachments (2)
Change History (10)
comment:1 by , 11 years ago
Summary: | possible error in presets for Bridge relation → [patch] possible error in presets for Bridge relation |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Did change the patch as only using highway
as some members is far to restrictive (think about river, pipeline, railway ...)
follow-up: 6 comment:5 by , 11 years ago
what about the wording ? The new patch talks only about "highways" ?
Replying to aceman:
A bug !
Find attached patch to fix it.