Add waterway=flowline to waterway tags representing directional water flows (#10283)

This commit is contained in:
Waldir Pimenta
2024-07-17 09:11:22 +01:00
committed by GitHub
parent 34f94f1750
commit 95ce7de78b

View File

@@ -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