mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 04:31:36 +02:00
Merge pull request #7925 from nlehuby/aed_preset
Update defibrillator preset
This commit is contained in:
@@ -630,6 +630,9 @@ en:
|
||||
date:
|
||||
# date=*
|
||||
label: Date
|
||||
defibrillator/location:
|
||||
# 'defibrillator:location=*'
|
||||
label: Location Description
|
||||
delivery:
|
||||
# delivery=*
|
||||
label: Delivery
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
"cycleway": {"keys": ["cycleway", "cycleway:left", "cycleway:right"], "reference": {"key": "cycleway"}, "type": "cycleway", "label": "Bike Lanes", "placeholder": "none", "strings": {"types": {"cycleway:left": "Left side", "cycleway:right": "Right side"}, "options": {"none": {"title": "None", "description": "No bike lane"}, "lane": {"title": "Standard bike lane", "description": "A bike lane separated from auto traffic by a painted line"}, "shared_lane": {"title": "Shared bike lane", "description": "A bike lane with no separation from auto traffic"}, "track": {"title": "Bike track", "description": "A bike lane separated from traffic by a physical barrier"}, "share_busway": {"title": "Bike lane shared with bus", "description": "A bike lane shared with a bus lane"}, "opposite_lane": {"title": "Opposite bike lane", "description": "A bike lane that travels in the opposite direction of traffic"}, "opposite": {"title": "Contraflow bike lane", "description": "A bike lane that travels in both directions on a one-way street"}}}},
|
||||
"dance/style": {"key": "dance:style", "type": "semiCombo", "label": "Dance Styles"},
|
||||
"date": {"key": "date", "type": "check", "label": "Date"},
|
||||
"defibrillator/location": {"key": "defibrillator:location", "type": "textarea", "label": "Location Description"},
|
||||
"delivery": {"key": "delivery", "type": "check", "label": "Delivery"},
|
||||
"denomination": {"key": "denomination", "type": "combo", "label": "Denomination", "prerequisiteTag": {"key": "religion", "valueNot": "none"}},
|
||||
"denotation": {"key": "denotation", "type": "combo", "label": "Denotation"},
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "defibrillator:location",
|
||||
"type": "textarea",
|
||||
"label": "Location Description"
|
||||
}
|
||||
@@ -458,7 +458,7 @@
|
||||
"emergency/private": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "private"}, "name": "Emergency Access Private", "searchable": false, "matchScore": 0.01},
|
||||
"emergency/yes": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "yes"}, "name": "Emergency Access Yes", "searchable": false, "matchScore": 0.01},
|
||||
"emergency/ambulance_station": {"icon": "fas-ambulance", "fields": ["name", "operator", "building_area", "address"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["EMS", "EMT", "rescue"], "tags": {"emergency": "ambulance_station"}, "name": "Ambulance Station"},
|
||||
"emergency/defibrillator": {"icon": "maki-defibrillator", "fields": ["indoor", "ref", "operator"], "moreFields": ["level"], "geometry": ["point", "vertex"], "terms": ["AED"], "tags": {"emergency": "defibrillator"}, "name": "Defibrillator"},
|
||||
"emergency/defibrillator": {"icon": "maki-defibrillator", "fields": ["indoor", "ref", "operator", "defibrillator/location"], "moreFields": ["level", "opening_hours", "access_simple"], "geometry": ["point", "vertex"], "terms": ["AED"], "tags": {"emergency": "defibrillator"}, "name": "Defibrillator"},
|
||||
"emergency/fire_alarm": {"icon": "fas-bell", "fields": ["indoor", "ref", "operator"], "moreFields": ["level"], "geometry": ["point", "vertex"], "tags": {"emergency": "fire_alarm_box"}, "name": "Fire Alarm Call Box"},
|
||||
"emergency/fire_extinguisher": {"icon": "fas-fire-extinguisher", "fields": ["indoor", "ref", "operator"], "moreFields": ["level"], "geometry": ["point", "vertex"], "tags": {"emergency": "fire_extinguisher"}, "name": "Fire Extinguisher"},
|
||||
"emergency/fire_hose": {"icon": "fas-tape", "fields": ["indoor", "ref", "operator"], "moreFields": ["level"], "geometry": ["point", "vertex"], "tags": {"emergency": "fire_hose"}, "name": "Fire Hose"},
|
||||
|
||||
@@ -3,10 +3,13 @@
|
||||
"fields": [
|
||||
"indoor",
|
||||
"ref",
|
||||
"operator"
|
||||
"operator",
|
||||
"defibrillator/location"
|
||||
],
|
||||
"moreFields": [
|
||||
"level"
|
||||
"level",
|
||||
"opening_hours",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1465,6 +1465,7 @@
|
||||
{"key": "cycleway:right", "value": "opposite", "description": "🄵 Bike Lanes"},
|
||||
{"key": "dance:style", "description": "🄵 Dance Styles"},
|
||||
{"key": "date", "description": "🄵 Date"},
|
||||
{"key": "defibrillator:location", "description": "🄵 Location Description"},
|
||||
{"key": "delivery", "description": "🄵 Delivery"},
|
||||
{"key": "denomination", "description": "🄵 Denomination"},
|
||||
{"key": "denotation", "description": "🄵 Denotation"},
|
||||
|
||||
Reference in New Issue
Block a user