mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add Bell Tower preset (close #5772)
Update tower presets to use field inheritance
This commit is contained in:
@@ -4941,6 +4941,11 @@ en:
|
||||
# man_made=tower
|
||||
name: Tower
|
||||
terms: '<translate with synonyms or related terms for ''Tower'', separated by commas>'
|
||||
man_made/tower/bell_tower:
|
||||
# 'man_made=tower, tower:type=bell_tower'
|
||||
name: Bell Tower
|
||||
# 'terms: belfry,bell gable,campanile,church tower,klockstapel'
|
||||
terms: '<translate with synonyms or related terms for ''Bell Tower'', separated by commas>'
|
||||
man_made/tower/communication:
|
||||
# 'man_made=tower, tower:type=communication'
|
||||
name: Communication Tower
|
||||
|
||||
@@ -625,9 +625,10 @@
|
||||
"man_made/surveillance": {"icon": "maki-attraction", "geometry": ["point", "vertex"], "fields": ["surveillance", "surveillance/type", "surveillance/zone", "direction"], "terms": ["anpr", "alpr", "camera", "car plate recognition", "cctv", "guard", "license plate recognition", "monitoring", "number plate recognition", "security", "video", "webcam"], "tags": {"man_made": "surveillance"}, "name": "Surveillance"},
|
||||
"man_made/surveillance/camera": {"icon": "maki-attraction", "geometry": ["point", "vertex"], "fields": ["surveillance", "surveillance/type", "camera/type", "camera/mount", "camera/direction", "surveillance/zone", "contact/webcam"], "terms": ["anpr", "alpr", "camera", "car plate recognition", "cctv", "guard", "license plate recognition", "monitoring", "number plate recognition", "security", "video", "webcam"], "tags": {"man_made": "surveillance", "surveillance:type": "camera"}, "name": "Surveillance Camera"},
|
||||
"man_made/survey_point": {"icon": "maki-monument", "fields": ["ref"], "geometry": ["point", "vertex"], "terms": ["trig point", "triangulation pillar", "trigonometrical station"], "tags": {"man_made": "survey_point"}, "name": "Survey Point"},
|
||||
"man_made/tower": {"icon": "temaki-tower", "fields": ["tower/type", "tower/construction", "height"], "geometry": ["point", "area"], "tags": {"man_made": "tower"}, "name": "Tower"},
|
||||
"man_made/tower/communication": {"icon": "temaki-tower", "fields": ["tower/type", "tower/construction", "height", "communication_multi"], "geometry": ["point", "area"], "terms": ["antenna", "broadcast tower", "cell phone tower", "cell tower", "communication mast", "communication tower", "guyed tower", "mobile phone tower", "radio mast", "radio tower", "television tower", "transmission mast", "transmission tower", "tv tower"], "tags": {"man_made": "tower", "tower:type": "communication"}, "reference": {"key": "tower:type", "value": "communication"}, "name": "Communication Tower"},
|
||||
"man_made/tower/observation": {"icon": "temaki-tower", "fields": ["tower/type", "tower/construction", "height"], "geometry": ["point", "area"], "terms": ["lookout tower", "fire tower"], "tags": {"man_made": "tower", "tower:type": "observation"}, "reference": {"key": "tower:type", "value": "observation"}, "name": "Observation Tower"},
|
||||
"man_made/tower": {"icon": "temaki-tower", "fields": ["tower/type", "tower/construction", "height", "building_area"], "moreFields": ["architect"], "geometry": ["point", "area"], "tags": {"man_made": "tower"}, "name": "Tower"},
|
||||
"man_made/tower/bell_tower": {"icon": "fas-bell", "moreFields": ["{man_made/tower}", "opening_hours"], "geometry": ["point", "area"], "terms": ["belfry", "bell gable", "campanile", "church tower", "klockstapel"], "tags": {"man_made": "tower", "tower:type": "bell_tower"}, "reference": {"key": "tower:type", "value": "bell_tower"}, "name": "Bell Tower"},
|
||||
"man_made/tower/communication": {"icon": "temaki-tower", "fields": ["{man_made/tower}", "communication_multi"], "geometry": ["point", "area"], "terms": ["antenna", "broadcast tower", "cell phone tower", "cell tower", "communication mast", "communication tower", "guyed tower", "mobile phone tower", "radio mast", "radio tower", "television tower", "transmission mast", "transmission tower", "tv tower"], "tags": {"man_made": "tower", "tower:type": "communication"}, "reference": {"key": "tower:type", "value": "communication"}, "name": "Communication Tower"},
|
||||
"man_made/tower/observation": {"icon": "temaki-tower", "moreFields": ["{man_made/tower}", "opening_hours"], "geometry": ["point", "area"], "terms": ["lookout tower", "fire tower"], "tags": {"man_made": "tower", "tower:type": "observation"}, "reference": {"key": "tower:type", "value": "observation"}, "name": "Observation Tower"},
|
||||
"man_made/wastewater_plant": {"icon": "maki-water", "fields": ["name", "operator", "address"], "moreFields": ["website", "phone", "email", "fax"], "geometry": ["point", "area"], "terms": ["sewage*", "water treatment plant", "reclamation plant"], "tags": {"man_made": "wastewater_plant"}, "name": "Wastewater Plant"},
|
||||
"man_made/water_tower": {"icon": "maki-water", "fields": ["operator"], "geometry": ["point", "area"], "tags": {"man_made": "water_tower"}, "name": "Water Tower"},
|
||||
"man_made/water_well": {"icon": "maki-water", "fields": ["operator"], "geometry": ["point", "area"], "tags": {"man_made": "water_well"}, "name": "Water Well"},
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
"fields": [
|
||||
"tower/type",
|
||||
"tower/construction",
|
||||
"height"
|
||||
"height",
|
||||
"building_area"
|
||||
],
|
||||
"moreFields": [
|
||||
"architect"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "fas-bell",
|
||||
"moreFields": [
|
||||
"{man_made/tower}",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"belfry",
|
||||
"bell gable",
|
||||
"campanile",
|
||||
"church tower",
|
||||
"klockstapel"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "tower",
|
||||
"tower:type": "bell_tower"
|
||||
},
|
||||
"reference": {
|
||||
"key": "tower:type",
|
||||
"value": "bell_tower"
|
||||
},
|
||||
"name": "Bell Tower"
|
||||
}
|
||||
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"icon": "temaki-tower",
|
||||
"fields": [
|
||||
"tower/type",
|
||||
"tower/construction",
|
||||
"height",
|
||||
"{man_made/tower}",
|
||||
"communication_multi"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"icon": "temaki-tower",
|
||||
"fields": [
|
||||
"tower/type",
|
||||
"tower/construction",
|
||||
"height"
|
||||
"moreFields": [
|
||||
"{man_made/tower}",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -613,6 +613,7 @@
|
||||
{"key": "surveillance:type", "value": "camera", "description": "🄿 Surveillance Camera, 🄵 Surveillance Type", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/attraction-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "survey_point", "description": "🄿 Survey Point", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/monument-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "tower", "description": "🄿 Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/tower.svg?sanitize=true"},
|
||||
{"key": "tower:type", "value": "bell_tower", "description": "🄿 Bell Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-bell.svg?sanitize=true"},
|
||||
{"key": "tower:type", "value": "observation", "description": "🄿 Observation Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/tower.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "wastewater_plant", "description": "🄿 Wastewater Plant", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
{"key": "man_made", "value": "water_tower", "description": "🄿 Water Tower", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
|
||||
Vendored
+4
@@ -6114,6 +6114,10 @@
|
||||
"name": "Tower",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/tower/bell_tower": {
|
||||
"name": "Bell Tower",
|
||||
"terms": "belfry,bell gable,campanile,church tower,klockstapel"
|
||||
},
|
||||
"man_made/tower/communication": {
|
||||
"name": "Communication Tower",
|
||||
"terms": "antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"
|
||||
|
||||
Reference in New Issue
Block a user