mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Merge pull request #5297 from quincylvania/basic-seamarks
Adds basic seamark presets
This commit is contained in:
@@ -1316,6 +1316,115 @@ en:
|
||||
sanitary_dump_station:
|
||||
# sanitary_dump_station=*
|
||||
label: Toilet Disposal
|
||||
seamark/beacon_isolated_danger/shape:
|
||||
# 'seamark:beacon_isolated_danger:shape=*'
|
||||
label: Shape
|
||||
seamark/beacon_lateral/category:
|
||||
# 'seamark:beacon_lateral:category=*'
|
||||
label: Category
|
||||
options:
|
||||
# 'seamark:beacon_lateral:category=danger_left'
|
||||
danger_left: Danger Left
|
||||
# 'seamark:beacon_lateral:category=danger_right'
|
||||
danger_right: Danger Right
|
||||
# 'seamark:beacon_lateral:category=port'
|
||||
port: Port
|
||||
# 'seamark:beacon_lateral:category=starboard'
|
||||
starboard: Starboard
|
||||
# 'seamark:beacon_lateral:category=waterway_left'
|
||||
waterway_left: Waterway Left
|
||||
# 'seamark:beacon_lateral:category=waterway_right'
|
||||
waterway_right: Waterway Right
|
||||
seamark/beacon_lateral/colour:
|
||||
# 'seamark:beacon_lateral:colour=*'
|
||||
label: Colour
|
||||
options:
|
||||
# 'seamark:beacon_lateral:colour=green'
|
||||
green: Green
|
||||
# 'seamark:beacon_lateral:colour=grey'
|
||||
grey: Grey
|
||||
# 'seamark:beacon_lateral:colour=red'
|
||||
red: Red
|
||||
seamark/beacon_lateral/shape:
|
||||
# 'seamark:beacon_lateral:shape=*'
|
||||
label: Shape
|
||||
seamark/beacon_lateral/system:
|
||||
# 'seamark:beacon_lateral:system=*'
|
||||
label: System
|
||||
options:
|
||||
# 'seamark:beacon_lateral:system=cevni'
|
||||
cevni: CEVNI
|
||||
# 'seamark:beacon_lateral:system=iala-a'
|
||||
iala-a: IALA A
|
||||
# 'seamark:beacon_lateral:system=iala-b'
|
||||
iala-b: IALA B
|
||||
# 'seamark:beacon_lateral:system=other'
|
||||
other: Other
|
||||
seamark/buoy_lateral/category:
|
||||
# 'seamark:buoy_lateral:category=*'
|
||||
label: Category
|
||||
options:
|
||||
# 'seamark:buoy_lateral:category=channel_left'
|
||||
channel_left: Channel Left
|
||||
# 'seamark:buoy_lateral:category=channel_right'
|
||||
channel_right: Channel Right
|
||||
# 'seamark:buoy_lateral:category=danger_left'
|
||||
danger_left: Danger Left
|
||||
# 'seamark:buoy_lateral:category=danger_right'
|
||||
danger_right: Danger Right
|
||||
# 'seamark:buoy_lateral:category=port'
|
||||
port: Port
|
||||
# 'seamark:buoy_lateral:category=preferred_channel_port'
|
||||
preferred_channel_port: Preferred Channel Port
|
||||
# 'seamark:buoy_lateral:category=preferred_channel_starboard'
|
||||
preferred_channel_starboard: Preferred Channel Starboard
|
||||
# 'seamark:buoy_lateral:category=starboard'
|
||||
starboard: Starboard
|
||||
# 'seamark:buoy_lateral:category=waterway_left'
|
||||
waterway_left: Waterway Left
|
||||
# 'seamark:buoy_lateral:category=waterway_right'
|
||||
waterway_right: Waterway Right
|
||||
seamark/buoy_lateral/colour:
|
||||
# 'seamark:buoy_lateral:colour=*'
|
||||
label: Colour
|
||||
options:
|
||||
# 'seamark:buoy_lateral:colour=green'
|
||||
green: Green
|
||||
# 'seamark:buoy_lateral:colour=green;red;green'
|
||||
green;red;green: Green-Red-Green
|
||||
# 'seamark:buoy_lateral:colour=green;white;green;white'
|
||||
green;white;green;white: Green-White-Green-White
|
||||
# 'seamark:buoy_lateral:colour=red'
|
||||
red: Red
|
||||
# 'seamark:buoy_lateral:colour=red;green;red'
|
||||
red;green;red: Red-Green-Red
|
||||
# 'seamark:buoy_lateral:colour=red;white;red;white'
|
||||
red;white;red;white: Red-White-Red-White
|
||||
# 'seamark:buoy_lateral:colour=white'
|
||||
white: White
|
||||
# 'seamark:buoy_lateral:colour=yellow'
|
||||
yellow: Yellow
|
||||
seamark/buoy_lateral/shape:
|
||||
# 'seamark:buoy_lateral:shape=*'
|
||||
label: Shape
|
||||
seamark/buoy_lateral/system:
|
||||
# 'seamark:buoy_lateral:system=*'
|
||||
label: System
|
||||
options:
|
||||
# 'seamark:buoy_lateral:system=cevni'
|
||||
cevni: CEVNI
|
||||
# 'seamark:buoy_lateral:system=iala-a'
|
||||
iala-a: IALA A
|
||||
# 'seamark:buoy_lateral:system=iala-b'
|
||||
iala-b: IALA B
|
||||
# 'seamark:buoy_lateral:system=other'
|
||||
other: Other
|
||||
seamark/mooring/category:
|
||||
# 'seamark:mooring:category=*'
|
||||
label: Category
|
||||
seamark/type:
|
||||
# 'seamark:type=*'
|
||||
label: Seamark
|
||||
seasonal:
|
||||
# seasonal=*
|
||||
label: Seasonal
|
||||
@@ -5157,6 +5266,39 @@ en:
|
||||
# route=ferry
|
||||
name: Ferry Route
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Route'', separated by commas>'
|
||||
seamark:
|
||||
# 'seamark:type=*'
|
||||
name: Seamark
|
||||
seamark/beacon_isolated_danger:
|
||||
# 'seamark:type=beacon_isolated_danger'
|
||||
name: Danger Beacon
|
||||
# 'terms: beacon isolated danger,isolated danger beacon,iala'
|
||||
terms: '<translate with synonyms or related terms for ''Danger Beacon'', separated by commas>'
|
||||
seamark/beacon_lateral:
|
||||
# 'seamark:type=beacon_lateral'
|
||||
name: Channel Beacon
|
||||
# 'terms: lateral beacon,beacon lateral,cevni,channel marker,iala,lateral mark'
|
||||
terms: '<translate with synonyms or related terms for ''Channel Beacon'', separated by commas>'
|
||||
seamark/buoy_lateral:
|
||||
# 'seamark:type=buoy_lateral'
|
||||
name: Channel Buoy
|
||||
# 'terms: lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark'
|
||||
terms: '<translate with synonyms or related terms for ''Channel Buoy'', separated by commas>'
|
||||
seamark/buoy_lateral/green:
|
||||
# 'seamark:type=buoy_lateral, seamark:buoy_lateral:colour=green'
|
||||
name: Green Buoy
|
||||
# 'terms: lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark'
|
||||
terms: '<translate with synonyms or related terms for ''Green Buoy'', separated by commas>'
|
||||
seamark/buoy_lateral/red:
|
||||
# 'seamark:type=buoy_lateral, seamark:buoy_lateral:colour=red'
|
||||
name: Red Buoy
|
||||
# 'terms: lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark'
|
||||
terms: '<translate with synonyms or related terms for ''Red Buoy'', separated by commas>'
|
||||
seamark/mooring:
|
||||
# 'seamark:type=mooring'
|
||||
name: Mooring
|
||||
# 'terms: dolphin,pile,bollard,buoy,post'
|
||||
terms: '<translate with synonyms or related terms for ''Mooring'', separated by commas>'
|
||||
shop:
|
||||
# shop=*
|
||||
name: Shop
|
||||
|
||||
@@ -232,6 +232,17 @@
|
||||
"route": {"key": "route", "type": "combo", "label": "Type"},
|
||||
"sac_scale": {"key": "sac_scale", "type": "combo", "label": "Hiking Difficulty", "placeholder": "Mountain Hiking, Alpine Hiking...", "strings": {"options": {"hiking": "T1: Hiking", "mountain_hiking": "T2: Mountain Hiking", "demanding_mountain_hiking": "T3: Demanding Mountain Hiking", "alpine_hiking": "T4: Alpine Hiking", "demanding_alpine_hiking": "T5: Demanding Alpine Hiking", "difficult_alpine_hiking": "T6: Difficult Alpine Hiking"}}},
|
||||
"sanitary_dump_station": {"key": "sanitary_dump_station", "type": "check", "label": "Toilet Disposal"},
|
||||
"seamark/beacon_isolated_danger/shape": {"key": "seamark:beacon_isolated_danger:shape", "type": "combo", "label": "Shape"},
|
||||
"seamark/beacon_lateral/category": {"key": "seamark:beacon_lateral:category", "type": "combo", "label": "Category", "strings": {"options": {"port": "Port", "starboard": "Starboard", "waterway_left": "Waterway Left", "waterway_right": "Waterway Right", "danger_left": "Danger Left", "danger_right": "Danger Right"}}},
|
||||
"seamark/beacon_lateral/colour": {"key": "seamark:beacon_lateral:colour", "type": "combo", "label": "Colour", "strings": {"options": {"red": "Red", "green": "Green", "grey": "Grey"}}},
|
||||
"seamark/beacon_lateral/shape": {"key": "seamark:beacon_lateral:shape", "type": "combo", "label": "Shape"},
|
||||
"seamark/beacon_lateral/system": {"key": "seamark:beacon_lateral:system", "type": "combo", "label": "System", "strings": {"options": {"iala-a": "IALA A", "iala-b": "IALA B", "cevni": "CEVNI", "other": "Other"}}},
|
||||
"seamark/buoy_lateral/category": {"key": "seamark:buoy_lateral:category", "type": "combo", "label": "Category", "strings": {"options": {"port": "Port", "starboard": "Starboard", "channel_left": "Channel Left", "channel_right": "Channel Right", "waterway_left": "Waterway Left", "waterway_right": "Waterway Right", "danger_left": "Danger Left", "danger_right": "Danger Right", "preferred_channel_port": "Preferred Channel Port", "preferred_channel_starboard": "Preferred Channel Starboard"}}},
|
||||
"seamark/buoy_lateral/colour": {"key": "seamark:buoy_lateral:colour", "type": "combo", "label": "Colour", "strings": {"options": {"red": "Red", "green": "Green", "red;white;red;white": "Red-White-Red-White", "green;white;green;white": "Green-White-Green-White", "red;green;red": "Red-Green-Red", "green;red;green": "Green-Red-Green", "white": "White", "yellow": "Yellow"}}},
|
||||
"seamark/buoy_lateral/shape": {"key": "seamark:buoy_lateral:shape", "type": "combo", "label": "Shape"},
|
||||
"seamark/buoy_lateral/system": {"key": "seamark:buoy_lateral:system", "type": "combo", "label": "System", "strings": {"options": {"iala-a": "IALA A", "iala-b": "IALA B", "cevni": "CEVNI", "other": "Other"}}},
|
||||
"seamark/mooring/category": {"key": "seamark:mooring:category", "type": "combo", "label": "Category"},
|
||||
"seamark/type": {"key": "seamark:type", "type": "combo", "universal": true, "label": "Seamark"},
|
||||
"seasonal": {"key": "seasonal", "type": "check", "label": "Seasonal"},
|
||||
"second_hand": {"key": "second_hand", "type": "combo", "label": "Sells Used", "placeholder": "Yes, No, Only", "strings": {"options": {"yes": "Yes", "no": "No", "only": "Only"}}},
|
||||
"service_rail": {"key": "service", "type": "combo", "label": "Service Type", "strings": {"options": {"spur": "Spur", "yard": "Yard", "siding": "Siding", "crossover": "Crossover"}}},
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:beacon_isolated_danger:shape",
|
||||
"type": "combo",
|
||||
"label": "Shape"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"type": "combo",
|
||||
"label": "Category",
|
||||
"strings": {
|
||||
"options": {
|
||||
"port": "Port",
|
||||
"starboard": "Starboard",
|
||||
"waterway_left":"Waterway Left",
|
||||
"waterway_right":"Waterway Right",
|
||||
"danger_left":"Danger Left",
|
||||
"danger_right":"Danger Right"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:colour",
|
||||
"type": "combo",
|
||||
"label": "Colour",
|
||||
"strings": {
|
||||
"options": {
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"grey": "Grey"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:shape",
|
||||
"type": "combo",
|
||||
"label": "Shape"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:system",
|
||||
"type": "combo",
|
||||
"label": "System",
|
||||
"strings": {
|
||||
"options": {
|
||||
"iala-a": "IALA A",
|
||||
"iala-b": "IALA B",
|
||||
"cevni": "CEVNI",
|
||||
"other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"type": "combo",
|
||||
"label": "Category",
|
||||
"strings": {
|
||||
"options": {
|
||||
"port": "Port",
|
||||
"starboard": "Starboard",
|
||||
"channel_left":"Channel Left",
|
||||
"channel_right":"Channel Right",
|
||||
"waterway_left":"Waterway Left",
|
||||
"waterway_right":"Waterway Right",
|
||||
"danger_left":"Danger Left",
|
||||
"danger_right":"Danger Right",
|
||||
"preferred_channel_port":"Preferred Channel Port",
|
||||
"preferred_channel_starboard":"Preferred Channel Starboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"type": "combo",
|
||||
"label": "Colour",
|
||||
"strings": {
|
||||
"options": {
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"red;white;red;white": "Red-White-Red-White",
|
||||
"green;white;green;white":"Green-White-Green-White",
|
||||
"red;green;red":"Red-Green-Red",
|
||||
"green;red;green":"Green-Red-Green",
|
||||
"white":"White",
|
||||
"yellow":"Yellow"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:shape",
|
||||
"type": "combo",
|
||||
"label": "Shape"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:system",
|
||||
"type": "combo",
|
||||
"label": "System",
|
||||
"strings": {
|
||||
"options": {
|
||||
"iala-a": "IALA A",
|
||||
"iala-b": "IALA B",
|
||||
"cevni": "CEVNI",
|
||||
"other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:mooring:category",
|
||||
"type": "combo",
|
||||
"label": "Category"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "seamark:type",
|
||||
"type": "combo",
|
||||
"universal": true,
|
||||
"label": "Seamark"
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"power": {"geometry": ["point", "vertex", "line", "area"], "tags": {"power": "*"}, "fields": ["power"], "searchable": false, "name": "Power"},
|
||||
"railway": {"fields": ["railway"], "geometry": ["point", "vertex", "line", "area"], "tags": {"railway": "*"}, "searchable": false, "name": "Railway"},
|
||||
"roundabout": {"geometry": ["vertex", "line"], "fields": ["name"], "tags": {"junction": "roundabout"}, "name": "Roundabout", "searchable": false},
|
||||
"seamark": {"icon": "maki-harbor", "fields": ["seamark/type"], "geometry": ["point", "vertex", "line", "area"], "tags": {"seamark:type": "*"}, "searchable": false, "name": "Seamark"},
|
||||
"waterway": {"fields": ["name", "waterway"], "geometry": ["point", "vertex", "line", "area"], "tags": {"waterway": "*"}, "searchable": false, "name": "Waterway"},
|
||||
"address": {"fields": ["address"], "geometry": ["point", "vertex", "area"], "tags": {"addr:*": "*"}, "addTags": {}, "removeTags": {}, "reference": {"key": "addr"}, "name": "Address", "matchScore": 0.15},
|
||||
"advertising/billboard": {"fields": ["direction", "lit"], "geometry": ["point", "vertex", "line"], "tags": {"advertising": "billboard"}, "name": "Billboard"},
|
||||
@@ -750,6 +751,12 @@
|
||||
"railway/tram": {"icon": "iD-railway-light-rail", "fields": ["name", "structure", "gauge", "electrified", "service_rail", "usage_rail", "voltage", "frequency"], "geometry": ["line"], "tags": {"railway": "tram"}, "terms": ["light rail", "streetcar", "tram", "trolley"], "name": "Tram"},
|
||||
"relation": {"icon": "iD-relation", "fields": ["name", "relation"], "geometry": ["relation"], "tags": {}, "name": "Relation"},
|
||||
"route/ferry": {"icon": "iD-ferry-line", "geometry": ["line"], "fields": ["name", "operator", "duration", "access"], "tags": {"route": "ferry"}, "name": "Ferry Route"},
|
||||
"seamark/beacon_isolated_danger": {"fields": ["ref", "operator", "seamark/beacon_isolated_danger/shape"], "geometry": ["point", "vertex"], "terms": ["beacon isolated danger", "isolated danger beacon", "iala"], "tags": {"seamark:type": "beacon_isolated_danger"}, "name": "Danger Beacon"},
|
||||
"seamark/beacon_lateral": {"fields": ["ref", "operator", "seamark/beacon_lateral/colour", "seamark/beacon_lateral/category", "seamark/beacon_lateral/shape", "seamark/beacon_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral beacon", "beacon lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "beacon_lateral"}, "name": "Channel Beacon"},
|
||||
"seamark/buoy_lateral": {"fields": ["ref", "operator", "seamark/buoy_lateral/colour", "seamark/buoy_lateral/category", "seamark/buoy_lateral/shape", "seamark/buoy_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral"}, "name": "Channel Buoy"},
|
||||
"seamark/buoy_lateral/green": {"fields": ["ref", "operator", "seamark/buoy_lateral/colour", "seamark/buoy_lateral/category", "seamark/buoy_lateral/shape", "seamark/buoy_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral", "seamark:buoy_lateral:colour": "green"}, "name": "Green Buoy"},
|
||||
"seamark/buoy_lateral/red": {"fields": ["ref", "operator", "seamark/buoy_lateral/colour", "seamark/buoy_lateral/category", "seamark/buoy_lateral/shape", "seamark/buoy_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral", "seamark:buoy_lateral:colour": "red"}, "name": "Red Buoy"},
|
||||
"seamark/mooring": {"fields": ["ref", "operator", "seamark/mooring/category"], "geometry": ["point"], "terms": ["dolphin", "pile", "bollard", "buoy", "post"], "tags": {"seamark:type": "mooring"}, "name": "Mooring"},
|
||||
"shop": {"icon": "maki-shop", "fields": ["name", "shop", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "*"}, "terms": [], "name": "Shop"},
|
||||
"shop/fishmonger": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "fishmonger"}, "reference": {"key": "shop", "value": "seafood"}, "name": "Fishmonger", "searchable": false},
|
||||
"shop/furnace": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["oven", "stove"], "tags": {"shop": "furnace"}, "name": "Furnace Store", "searchable": false},
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-harbor",
|
||||
"fields": [
|
||||
"seamark/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Seamark"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/beacon_isolated_danger/shape"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"beacon isolated danger",
|
||||
"isolated danger beacon",
|
||||
"iala"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "beacon_isolated_danger"
|
||||
},
|
||||
"name": "Danger Beacon"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/beacon_lateral/colour",
|
||||
"seamark/beacon_lateral/category",
|
||||
"seamark/beacon_lateral/shape",
|
||||
"seamark/beacon_lateral/system"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral beacon",
|
||||
"beacon lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "beacon_lateral"
|
||||
},
|
||||
"name": "Channel Beacon"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/buoy_lateral/colour",
|
||||
"seamark/buoy_lateral/category",
|
||||
"seamark/buoy_lateral/shape",
|
||||
"seamark/buoy_lateral/system"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral buoy",
|
||||
"buoy lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "buoy_lateral"
|
||||
},
|
||||
"name": "Channel Buoy"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/buoy_lateral/colour",
|
||||
"seamark/buoy_lateral/category",
|
||||
"seamark/buoy_lateral/shape",
|
||||
"seamark/buoy_lateral/system"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral buoy",
|
||||
"buoy lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "buoy_lateral",
|
||||
"seamark:buoy_lateral:colour": "green"
|
||||
},
|
||||
"name": "Green Buoy"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/buoy_lateral/colour",
|
||||
"seamark/buoy_lateral/category",
|
||||
"seamark/buoy_lateral/shape",
|
||||
"seamark/buoy_lateral/system"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral buoy",
|
||||
"buoy lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "buoy_lateral",
|
||||
"seamark:buoy_lateral:colour": "red"
|
||||
},
|
||||
"name": "Red Buoy"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/mooring/category"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"dolphin",
|
||||
"pile",
|
||||
"bollard",
|
||||
"buoy",
|
||||
"post"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "mooring"
|
||||
},
|
||||
"name": "Mooring"
|
||||
}
|
||||
@@ -58,6 +58,12 @@
|
||||
"description": "Roundabout",
|
||||
"object_types": ["node", "way"]
|
||||
},
|
||||
{
|
||||
"key": "seamark:type",
|
||||
"description": "Seamark",
|
||||
"object_types": ["node", "way", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/harbor-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "waterway",
|
||||
"description": "Waterway, Type",
|
||||
@@ -4858,6 +4864,42 @@
|
||||
"object_types": ["way"],
|
||||
"icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/ferry-line.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "seamark:type",
|
||||
"value": "beacon_isolated_danger",
|
||||
"description": "Danger Beacon",
|
||||
"object_types": ["node"]
|
||||
},
|
||||
{
|
||||
"key": "seamark:type",
|
||||
"value": "beacon_lateral",
|
||||
"description": "Channel Beacon",
|
||||
"object_types": ["node"]
|
||||
},
|
||||
{
|
||||
"key": "seamark:type",
|
||||
"value": "buoy_lateral",
|
||||
"description": "Channel Buoy",
|
||||
"object_types": ["node"]
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "green",
|
||||
"description": "Green Buoy, Colour",
|
||||
"object_types": ["node"]
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "red",
|
||||
"description": "Red Buoy, Colour",
|
||||
"object_types": ["node"]
|
||||
},
|
||||
{
|
||||
"key": "seamark:type",
|
||||
"value": "mooring",
|
||||
"description": "Mooring",
|
||||
"object_types": ["node"]
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "Shop, Type",
|
||||
@@ -6971,6 +7013,175 @@
|
||||
"description": "Hiking Difficulty"
|
||||
},
|
||||
{"key": "sanitary_dump_station", "description": "Toilet Disposal"},
|
||||
{"key": "seamark:beacon_isolated_danger:shape", "description": "Shape"},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"value": "port",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"value": "starboard",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"value": "waterway_left",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"value": "waterway_right",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"value": "danger_left",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"value": "danger_right",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:colour",
|
||||
"value": "red",
|
||||
"description": "Colour"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:colour",
|
||||
"value": "green",
|
||||
"description": "Colour"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:colour",
|
||||
"value": "grey",
|
||||
"description": "Colour"
|
||||
},
|
||||
{"key": "seamark:beacon_lateral:shape", "description": "Shape"},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:system",
|
||||
"value": "iala-a",
|
||||
"description": "System"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:system",
|
||||
"value": "iala-b",
|
||||
"description": "System"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:system",
|
||||
"value": "cevni",
|
||||
"description": "System"
|
||||
},
|
||||
{
|
||||
"key": "seamark:beacon_lateral:system",
|
||||
"value": "other",
|
||||
"description": "System"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "port",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "starboard",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "channel_left",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "channel_right",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "waterway_left",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "waterway_right",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "danger_left",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "danger_right",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "preferred_channel_port",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"value": "preferred_channel_starboard",
|
||||
"description": "Category"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "red;white;red;white",
|
||||
"description": "Colour"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "green;white;green;white",
|
||||
"description": "Colour"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "red;green;red",
|
||||
"description": "Colour"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "green;red;green",
|
||||
"description": "Colour"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "white",
|
||||
"description": "Colour"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"value": "yellow",
|
||||
"description": "Colour"
|
||||
},
|
||||
{"key": "seamark:buoy_lateral:shape", "description": "Shape"},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:system",
|
||||
"value": "iala-a",
|
||||
"description": "System"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:system",
|
||||
"value": "iala-b",
|
||||
"description": "System"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:system",
|
||||
"value": "cevni",
|
||||
"description": "System"
|
||||
},
|
||||
{
|
||||
"key": "seamark:buoy_lateral:system",
|
||||
"value": "other",
|
||||
"description": "System"
|
||||
},
|
||||
{"key": "seamark:mooring:category", "description": "Category"},
|
||||
{"key": "seasonal", "description": "Seasonal"},
|
||||
{"key": "second_hand", "value": "yes", "description": "Sells Used"},
|
||||
{"key": "second_hand", "value": "no", "description": "Sells Used"},
|
||||
|
||||
Vendored
+108
@@ -2564,6 +2564,86 @@
|
||||
"sanitary_dump_station": {
|
||||
"label": "Toilet Disposal"
|
||||
},
|
||||
"seamark/beacon_isolated_danger/shape": {
|
||||
"label": "Shape"
|
||||
},
|
||||
"seamark/beacon_lateral/category": {
|
||||
"label": "Category",
|
||||
"options": {
|
||||
"port": "Port",
|
||||
"starboard": "Starboard",
|
||||
"waterway_left": "Waterway Left",
|
||||
"waterway_right": "Waterway Right",
|
||||
"danger_left": "Danger Left",
|
||||
"danger_right": "Danger Right"
|
||||
}
|
||||
},
|
||||
"seamark/beacon_lateral/colour": {
|
||||
"label": "Colour",
|
||||
"options": {
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"grey": "Grey"
|
||||
}
|
||||
},
|
||||
"seamark/beacon_lateral/shape": {
|
||||
"label": "Shape"
|
||||
},
|
||||
"seamark/beacon_lateral/system": {
|
||||
"label": "System",
|
||||
"options": {
|
||||
"iala-a": "IALA A",
|
||||
"iala-b": "IALA B",
|
||||
"cevni": "CEVNI",
|
||||
"other": "Other"
|
||||
}
|
||||
},
|
||||
"seamark/buoy_lateral/category": {
|
||||
"label": "Category",
|
||||
"options": {
|
||||
"port": "Port",
|
||||
"starboard": "Starboard",
|
||||
"channel_left": "Channel Left",
|
||||
"channel_right": "Channel Right",
|
||||
"waterway_left": "Waterway Left",
|
||||
"waterway_right": "Waterway Right",
|
||||
"danger_left": "Danger Left",
|
||||
"danger_right": "Danger Right",
|
||||
"preferred_channel_port": "Preferred Channel Port",
|
||||
"preferred_channel_starboard": "Preferred Channel Starboard"
|
||||
}
|
||||
},
|
||||
"seamark/buoy_lateral/colour": {
|
||||
"label": "Colour",
|
||||
"options": {
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"red;white;red;white": "Red-White-Red-White",
|
||||
"green;white;green;white": "Green-White-Green-White",
|
||||
"red;green;red": "Red-Green-Red",
|
||||
"green;red;green": "Green-Red-Green",
|
||||
"white": "White",
|
||||
"yellow": "Yellow"
|
||||
}
|
||||
},
|
||||
"seamark/buoy_lateral/shape": {
|
||||
"label": "Shape"
|
||||
},
|
||||
"seamark/buoy_lateral/system": {
|
||||
"label": "System",
|
||||
"options": {
|
||||
"iala-a": "IALA A",
|
||||
"iala-b": "IALA B",
|
||||
"cevni": "CEVNI",
|
||||
"other": "Other"
|
||||
}
|
||||
},
|
||||
"seamark/mooring/category": {
|
||||
"label": "Category"
|
||||
},
|
||||
"seamark/type": {
|
||||
"label": "Seamark"
|
||||
},
|
||||
"seasonal": {
|
||||
"label": "Seasonal"
|
||||
},
|
||||
@@ -2983,6 +3063,10 @@
|
||||
"name": "Roundabout",
|
||||
"terms": ""
|
||||
},
|
||||
"seamark": {
|
||||
"name": "Seamark",
|
||||
"terms": ""
|
||||
},
|
||||
"waterway": {
|
||||
"name": "Waterway",
|
||||
"terms": ""
|
||||
@@ -5947,6 +6031,30 @@
|
||||
"name": "Ferry Route",
|
||||
"terms": ""
|
||||
},
|
||||
"seamark/beacon_isolated_danger": {
|
||||
"name": "Danger Beacon",
|
||||
"terms": "beacon isolated danger,isolated danger beacon,iala"
|
||||
},
|
||||
"seamark/beacon_lateral": {
|
||||
"name": "Channel Beacon",
|
||||
"terms": "lateral beacon,beacon lateral,cevni,channel marker,iala,lateral mark"
|
||||
},
|
||||
"seamark/buoy_lateral": {
|
||||
"name": "Channel Buoy",
|
||||
"terms": "lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark"
|
||||
},
|
||||
"seamark/buoy_lateral/green": {
|
||||
"name": "Green Buoy",
|
||||
"terms": "lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark"
|
||||
},
|
||||
"seamark/buoy_lateral/red": {
|
||||
"name": "Red Buoy",
|
||||
"terms": "lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark"
|
||||
},
|
||||
"seamark/mooring": {
|
||||
"name": "Mooring",
|
||||
"terms": "dolphin,pile,bollard,buoy,post"
|
||||
},
|
||||
"shop": {
|
||||
"name": "Shop",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user