mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add directional arrows to waterway=weir rendered as lines (close #6615)
This commit is contained in:
@@ -104,6 +104,9 @@ export var osmRightSideIsInsideTags = {
|
||||
},
|
||||
'man_made': {
|
||||
'embankment': true
|
||||
},
|
||||
'waterway': {
|
||||
'weir': true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -58,6 +58,7 @@ export function svgDefs(context) {
|
||||
// the water side, so let's color them blue (with a gap) to
|
||||
// give a stronger indication
|
||||
addSidedMarker('coastline', '#77dede', 1);
|
||||
addSidedMarker('waterway', '#77dede', 1);
|
||||
// barriers have a dashed line, and separating the triangle
|
||||
// from the line visually suits that
|
||||
addSidedMarker('barrier', '#ddd', 1);
|
||||
|
||||
Reference in New Issue
Block a user