mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add waterway=flowline to waterway tags representing directional water flows (#10283)
This commit is contained in:
@@ -167,6 +167,7 @@ export var osmOneWayTags = {
|
||||
'ditch': true,
|
||||
'drain': true,
|
||||
'fish_pass': true,
|
||||
'flowline': true,
|
||||
'pressurised': true,
|
||||
'river': true,
|
||||
'spillway': true,
|
||||
@@ -245,7 +246,7 @@ export var osmRailwayTrackTagValues = {
|
||||
|
||||
// "waterway" tag values for line features representing water flow
|
||||
export var osmFlowingWaterwayTagValues = {
|
||||
canal: true, ditch: true, drain: true, fish_pass: true, river: true, stream: true, tidal_channel: true
|
||||
canal: true, ditch: true, drain: true, fish_pass: true, flowline: true, river: true, stream: true, tidal_channel: true
|
||||
};
|
||||
|
||||
// Tags which values should be considered case sensitive when offering tag suggestions
|
||||
|
||||
Reference in New Issue
Block a user