Add waterway=tidal_channel preset (close #7232)

This commit is contained in:
Quincy Morgan
2020-01-07 10:14:43 -05:00
parent 0faef9790b
commit 1049c338c6
6 changed files with 53 additions and 2 deletions
+5
View File
@@ -8640,6 +8640,11 @@ en:
name: Intermittent Stream
# 'terms: arroyo,beck,branch,brook,burn,course,creek,drift,flood,flow,gully,run,runnel,rush,spate,spritz,tributary,wadi,wash,watercourse'
terms: '<translate with synonyms or related terms for ''Intermittent Stream'', separated by commas>'
waterway/tidal_channel:
# waterway=tidal_channel
name: Tidal Channel
# 'terms: coastal,pill,intertidal,mangroves,marine,salt marsh,tidal creek,tidal flat,tidal inlet,waterway'
terms: '<translate with synonyms or related terms for ''Tidal Channel'', separated by commas>'
waterway/water_point:
# waterway=water_point
name: Marine Drinking Water
+1
View File
@@ -1291,6 +1291,7 @@
"waterway/sanitary_dump_station": {"icon": "temaki-storage_tank", "fields": ["name", "operator", "access_simple", "fee", "payment_multi_fee", "charge_fee", "water_point"], "moreFields": ["opening_hours", "seamark/type"], "geometry": ["point", "vertex", "area"], "terms": ["Boat", "Watercraft", "Sanitary", "Dump Station", "Pumpout", "Pump out", "Elsan", "CDP", "CTDP", "Chemical Toilet"], "tags": {"waterway": "sanitary_dump_station"}, "name": "Marine Toilet Disposal"},
"waterway/stream_intermittent": {"icon": "iD-waterway-stream", "fields": ["{waterway/stream}"], "moreFields": ["{waterway/stream}"], "geometry": ["line"], "terms": ["arroyo", "beck", "branch", "brook", "burn", "course", "creek", "drift", "flood", "flow", "gully", "run", "runnel", "rush", "spate", "spritz", "tributary", "wadi", "wash", "watercourse"], "tags": {"waterway": "stream", "intermittent": "yes"}, "reference": {"key": "waterway", "value": "stream"}, "name": "Intermittent Stream"},
"waterway/stream": {"icon": "iD-waterway-stream", "fields": ["name", "structure_waterway", "width", "intermittent"], "moreFields": ["covered", "fishing", "gnis/feature_id", "salt", "tidal"], "geometry": ["line"], "terms": ["beck", "branch", "brook", "burn", "course", "creek", "current", "drift", "flood", "flow", "freshet", "race", "rill", "rindle", "rivulet", "run", "runnel", "rush", "spate", "spritz", "surge", "tide", "torrent", "tributary", "watercourse"], "tags": {"waterway": "stream"}, "name": "Stream"},
"waterway/tidal_channel": {"icon": "iD-waterway-stream", "fields": ["name", "structure_waterway", "width", "salt", "tidal", "intermittent"], "moreFields": ["covered", "fishing", "gnis/feature_id"], "geometry": ["line"], "terms": ["coastal", "pill", "intertidal", "mangroves", "marine", "salt marsh", "tidal creek", "tidal flat", "tidal inlet", "waterway"], "tags": {"waterway": "tidal_channel"}, "addTags": {"waterway": "tidal_channel", "tidal": "yes"}, "name": "Tidal Channel"},
"waterway/water_point": {"icon": "maki-drinking-water", "fields": ["{amenity/water_point}"], "moreFields": ["{amenity/water_point}"], "geometry": ["point", "vertex", "area"], "tags": {"waterway": "water_point"}, "terms": ["water faucet", "water point", "water tap", "water source", "water spigot"], "name": "Marine Drinking Water"},
"waterway/waterfall": {"icon": "maki-waterfall", "fields": ["name", "height", "width", "intermittent"], "moreFields": ["gnis/feature_id"], "geometry": ["vertex"], "terms": ["fall"], "tags": {"waterway": "waterfall"}, "name": "Waterfall"},
"waterway/weir": {"icon": "maki-dam", "fields": ["name", "operator", "height", "material"], "moreFields": ["gnis/feature_id", "seamark/type"], "geometry": ["vertex", "line"], "terms": ["low-head dam", "low-rise dam", "wier"], "tags": {"waterway": "weir"}, "name": "Weir"},
@@ -0,0 +1,39 @@
{
"icon": "iD-waterway-stream",
"fields": [
"name",
"structure_waterway",
"width",
"salt",
"tidal",
"intermittent"
],
"moreFields": [
"covered",
"fishing",
"gnis/feature_id"
],
"geometry": [
"line"
],
"terms": [
"coastal",
"pill",
"intertidal",
"mangroves",
"marine",
"salt marsh",
"tidal creek",
"tidal flat",
"tidal inlet",
"waterway"
],
"tags": {
"waterway": "tidal_channel"
},
"addTags": {
"waterway": "tidal_channel",
"tidal": "yes"
},
"name": "Tidal Channel"
}
+1
View File
@@ -1227,6 +1227,7 @@
{"key": "waterway", "value": "sanitary_dump_station", "description": "🄿 Marine Toilet Disposal", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/storage_tank.svg"},
{"key": "intermittent", "value": "yes", "description": "🄿 Intermittent Stream", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/iD-sprite/presets/waterway-stream.svg"},
{"key": "waterway", "value": "stream", "description": "🄿 Stream", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/iD-sprite/presets/waterway-stream.svg"},
{"key": "waterway", "value": "tidal_channel", "description": "🄿 Tidal Channel", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/iD-sprite/presets/waterway-stream.svg"},
{"key": "waterway", "value": "water_point", "description": "🄿 Marine Drinking Water", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/drinking-water-15.svg"},
{"key": "waterway", "value": "waterfall", "description": "🄿 Waterfall", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/waterfall-15.svg"},
{"key": "waterway", "value": "weir", "description": "🄿 Weir", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/dam-15.svg"},
+4
View File
@@ -9946,6 +9946,10 @@
"name": "Stream",
"terms": "beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse"
},
"waterway/tidal_channel": {
"name": "Tidal Channel",
"terms": "coastal,pill,intertidal,mangroves,marine,salt marsh,tidal creek,tidal flat,tidal inlet,waterway"
},
"waterway/water_point": {
"name": "Marine Drinking Water",
"terms": "water faucet,water point,water tap,water source,water spigot"
+3 -2
View File
@@ -76,7 +76,8 @@ export var osmOneWayTags = {
'drain': true,
'fish_pass': true,
'river': true,
'stream': true
'stream': true,
'tidal_channel': true
}
};
@@ -135,5 +136,5 @@ 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
canal: true, ditch: true, drain: true, fish_pass: true, river: true, stream: true, tidal_channel: true
};