mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
add man_made=bunker_silo, closes #5157
This commit is contained in:
@@ -4112,6 +4112,11 @@ en:
|
||||
# man_made=bridge
|
||||
name: Bridge
|
||||
terms: '<translate with synonyms or related terms for ''Bridge'', separated by commas>'
|
||||
man_made/bunker_silo:
|
||||
# man_made=bunker_silo
|
||||
name: Bunker Silo
|
||||
# 'terms: Silage,Storage'
|
||||
terms: '<translate with synonyms or related terms for ''Bunker Silo'', separated by commas>'
|
||||
man_made/chimney:
|
||||
# man_made=chimney
|
||||
name: Chimney
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
"communication_multi": {"key": "communication:", "type": "multiCombo", "label": "Communication Types"},
|
||||
"construction": {"key": "construction", "type": "combo", "label": "Type"},
|
||||
"contact/webcam": {"key": "contact:webcam", "type": "url", "icon": "website", "label": "Webcam URL", "placeholder": "http://example.com/"},
|
||||
"content": {"key": "content", "type": "combo", "label": "Content"},
|
||||
"content": {"key": "content", "type": "combo", "label": "Content", "options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"]},
|
||||
"country": {"key": "country", "type": "combo", "label": "Country"},
|
||||
"covered": {"key": "covered", "type": "check", "label": "Covered"},
|
||||
"craft": {"key": "craft", "type": "typeCombo", "label": "Type"},
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "content",
|
||||
"type": "combo",
|
||||
"label": "Content"
|
||||
"label": "Content",
|
||||
"options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"]
|
||||
}
|
||||
|
||||
@@ -530,6 +530,7 @@
|
||||
"man_made/antenna": {"icon": "temaki-antenna", "fields": ["height", "communication_multi"], "geometry": ["point"], "terms": ["broadcast", "cell phone", "cell", "communication", "mobile phone", "radio", "television", "transmission", "tv"], "tags": {"man_made": "antenna"}, "name": "Antenna"},
|
||||
"man_made/breakwater": {"geometry": ["line", "area"], "tags": {"man_made": "breakwater"}, "name": "Breakwater"},
|
||||
"man_made/bridge": {"geometry": ["area"], "tags": {"man_made": "bridge"}, "name": "Bridge"},
|
||||
"man_made/bunker_silo": {"icon": "temaki-silo", "fields": ["content"], "geometry": ["point", "area"], "terms": ["Silage", "Storage"], "tags": {"man_made": "bunker_silo"}, "name": "Bunker Silo"},
|
||||
"man_made/chimney": {"icon": "temaki-chimney", "geometry": ["point", "area"], "tags": {"man_made": "chimney"}, "name": "Chimney"},
|
||||
"man_made/clearcut": {"icon": "maki-logging", "geometry": ["area"], "tags": {"man_made": "clearcut"}, "terms": ["cut", "forest", "lumber", "tree", "wood"], "name": "Clearcut Forest"},
|
||||
"man_made/crane": {"icon": "temaki-crane", "fields": ["operator", "height", "crane/type"], "geometry": ["point", "line", "vertex", "area"], "tags": {"man_made": "crane"}, "name": "Crane"},
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "temaki-silo",
|
||||
"fields": [
|
||||
"content"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"Silage",
|
||||
"Storage"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "bunker_silo"
|
||||
},
|
||||
"name": "Bunker Silo"
|
||||
}
|
||||
@@ -3564,6 +3564,13 @@
|
||||
"description": "Bridge",
|
||||
"object_types": ["area"]
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
"value": "bunker_silo",
|
||||
"description": "Bunker Silo",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/silo.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
"value": "chimney",
|
||||
|
||||
Vendored
+4
@@ -5025,6 +5025,10 @@
|
||||
"name": "Bridge",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/bunker_silo": {
|
||||
"name": "Bunker Silo",
|
||||
"terms": "Silage,Storage"
|
||||
},
|
||||
"man_made/chimney": {
|
||||
"name": "Chimney",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user