mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Add fields to Outdoor Seating Area preset, including Heating
This commit is contained in:
@@ -1078,6 +1078,9 @@ en:
|
||||
healthcare/speciality:
|
||||
# 'healthcare:speciality=*'
|
||||
label: Specialties
|
||||
heating:
|
||||
# heating=*
|
||||
label: Heating
|
||||
height:
|
||||
# height=*
|
||||
label: Height (Meters)
|
||||
|
||||
@@ -204,6 +204,7 @@
|
||||
"hashtags": {"key": "hashtags", "type": "semiCombo", "label": "Hashtags", "usage": "changeset", "placeholder": "#example"},
|
||||
"healthcare": {"key": "healthcare", "type": "typeCombo", "label": "Type"},
|
||||
"healthcare/speciality": {"key": "healthcare:speciality", "type": "semiCombo", "reference": {"key": "healthcare"}, "label": "Specialties"},
|
||||
"heating": {"key": "heating", "type": "check", "label": "Heating"},
|
||||
"height_building": {"key": "height", "minValue": 0, "type": "number", "label": "Building Height (Meters)", "prerequisiteTag": {"key": "building", "valueNot": "no"}},
|
||||
"height": {"key": "height", "minValue": 0, "type": "number", "label": "Height (Meters)"},
|
||||
"highspeed": {"key": "highspeed", "type": "check", "label": "High-Speed"},
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "heating",
|
||||
"type": "check",
|
||||
"label": "Heating",
|
||||
"terms": [
|
||||
"firepit",
|
||||
"fireplace",
|
||||
"heater"
|
||||
]
|
||||
}
|
||||
@@ -704,7 +704,7 @@
|
||||
"leisure/marina": {"icon": "temaki-sailboat", "fields": ["name", "operator", "capacity", "fee", "payment_multi_fee", "charge_fee", "sanitary_dump_station", "power_supply"], "moreFields": ["address", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "phone", "seamark/type", "vhf", "website"], "geometry": ["area", "point", "vertex"], "terms": ["boats", "docks", "harbor", "harbour", "moorings", "yachts"], "tags": {"leisure": "marina"}, "addTags": {"leisure": "marina", "seamark:type": "harbour", "seamark:harbour:category": "marina"}, "name": "Marina"},
|
||||
"leisure/miniature_golf": {"icon": "temaki-golf_green", "fields": ["name", "operator", "address", "opening_hours", "opening_hours/covid19", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website"], "geometry": ["area", "point"], "terms": ["crazy golf", "mini golf", "putt-putt"], "tags": {"leisure": "miniature_golf"}, "name": "Miniature Golf"},
|
||||
"leisure/nature_reserve": {"icon": "maki-park", "geometry": ["area", "point"], "fields": ["name", "operator", "address", "opening_hours", "opening_hours/covid19"], "moreFields": ["dog", "email", "fax", "gnis/feature_id", "phone", "website"], "tags": {"leisure": "nature_reserve"}, "terms": ["protected", "wildlife"], "name": "Nature Reserve"},
|
||||
"leisure/outdoor_seating": {"icon": "maki-picnic-site", "geometry": ["point", "area"], "fields": ["name", "operator"], "moreFields": ["level"], "terms": ["al fresco", "beer garden", "dining", "cafe", "restaurant", "pub", "bar", "patio"], "tags": {"leisure": "outdoor_seating"}, "name": "Outdoor Seating Area"},
|
||||
"leisure/outdoor_seating": {"icon": "maki-picnic-site", "geometry": ["point", "area"], "fields": ["name", "operator", "capacity", "lit", "seasonal", "heating"], "moreFields": ["level", "wheelchair"], "terms": ["al fresco", "beer garden", "dining", "cafe", "restaurant", "pub", "bar", "patio"], "tags": {"leisure": "outdoor_seating"}, "name": "Outdoor Seating Area"},
|
||||
"leisure/park": {"icon": "temaki-tree_and_bench", "fields": ["name", "operator", "address", "opening_hours", "opening_hours/covid19"], "moreFields": ["dog", "email", "fax", "gnis/feature_id", "phone", "smoking", "website"], "geometry": ["area", "point"], "terms": ["esplanade", "estate", "forest", "garden", "grass", "green", "grounds", "lawn", "lot", "meadow", "parkland", "place", "playground", "plaza", "pleasure garden", "recreation area", "square", "tract", "village green", "woodland"], "tags": {"leisure": "park"}, "name": "Park"},
|
||||
"leisure/picnic_table": {"icon": "maki-picnic-site", "fields": ["material", "lit", "bench", "colour"], "moreFields": ["height", "level", "manufacturer", "operator"], "geometry": ["point"], "tags": {"leisure": "picnic_table"}, "terms": ["bench"], "name": "Picnic Table"},
|
||||
"leisure/picnic_table/chess": {"icon": "fas-chess-pawn", "geometry": ["point"], "tags": {"leisure": "picnic_table", "sport": "chess"}, "reference": {"key": "sport", "value": "chess"}, "terms": ["bench", "chess board", "checkerboard", "checkers", "chequerboard", "game table"], "name": "Chess Table"},
|
||||
|
||||
@@ -6,10 +6,15 @@
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"operator"
|
||||
"operator",
|
||||
"capacity",
|
||||
"lit",
|
||||
"seasonal",
|
||||
"heating"
|
||||
],
|
||||
"moreFields": [
|
||||
"level"
|
||||
"level",
|
||||
"wheelchair"
|
||||
],
|
||||
"terms": [
|
||||
"al fresco",
|
||||
|
||||
@@ -1587,6 +1587,7 @@
|
||||
{"key": "handrail", "description": "🄵 Handrail"},
|
||||
{"key": "hashtags", "description": "🄵 Hashtags"},
|
||||
{"key": "healthcare:speciality", "description": "🄵 Specialties"},
|
||||
{"key": "heating", "description": "🄵 Heating"},
|
||||
{"key": "height", "description": "🄵 Building Height (Meters), 🄵 Height (Meters)"},
|
||||
{"key": "highspeed", "description": "🄵 High-Speed"},
|
||||
{"key": "historic:civilization", "description": "🄵 Historic Civilization"},
|
||||
|
||||
Vendored
+3
@@ -3828,6 +3828,9 @@
|
||||
"healthcare/speciality": {
|
||||
"label": "Specialties"
|
||||
},
|
||||
"heating": {
|
||||
"label": "Heating"
|
||||
},
|
||||
"height_building": {
|
||||
"label": "Building Height (Meters)",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user