mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Add Emergency Exit preset
This commit is contained in:
@@ -4698,6 +4698,11 @@ en:
|
||||
name: Entrance/Exit
|
||||
# 'terms: entrance,exit,door'
|
||||
terms: '<translate with synonyms or related terms for ''Entrance/Exit'', separated by commas>'
|
||||
entrance/emergency:
|
||||
# entrance=emergency
|
||||
name: Emergency Exit
|
||||
# 'terms: fire exit,door'
|
||||
terms: '<translate with synonyms or related terms for ''Emergency Exit'', separated by commas>'
|
||||
ford:
|
||||
# ford=yes
|
||||
name: Ford
|
||||
|
||||
@@ -456,6 +456,7 @@
|
||||
"emergency/siren": {"icon": "fas-volume-up", "fields": ["siren/purpose", "siren/type", "ref", "operator"], "geometry": ["point", "vertex"], "terms": ["air raid", "loud", "noise", "storm", "tornado", "warning"], "tags": {"emergency": "siren"}, "name": "Siren"},
|
||||
"emergency/water_tank": {"icon": "maki-water", "fields": ["name", "ref", "operator"], "geometry": ["point", "vertex"], "terms": ["water tank", "cistern", "reservoir"], "tags": {"emergency": "water_tank"}, "name": "Emergency Water Tank"},
|
||||
"entrance": {"icon": "maki-entrance-alt1", "geometry": ["vertex"], "terms": ["entrance", "exit", "door"], "tags": {"entrance": "*"}, "fields": ["entrance", "door", "access_simple", "level", "address"], "matchScore": 0.8, "name": "Entrance/Exit"},
|
||||
"entrance/emergency": {"icon": "maki-entrance-alt1", "fields": ["ref", "door", "access_simple", "level"], "geometry": ["vertex"], "tags": {"entrance": "emergency"}, "terms": ["fire exit", "door"], "matchScore": 0.8, "name": "Emergency Exit"},
|
||||
"ford": {"icon": "temaki-pedestrian", "fields": ["name", "access", "seasonal"], "moreFields": ["gnis/feature_id"], "geometry": ["vertex"], "tags": {"ford": "yes"}, "name": "Ford"},
|
||||
"golf/bunker": {"icon": "maki-golf", "fields": ["name"], "geometry": ["area"], "tags": {"golf": "bunker"}, "addTags": {"golf": "bunker", "natural": "sand"}, "terms": ["hazard", "bunker"], "name": "Sand Trap"},
|
||||
"golf/cartpath": {"icon": "temaki-golf_cart", "fields": ["{golf/path}", "maxspeed"], "geometry": ["line"], "tags": {"golf": "cartpath"}, "addTags": {"golf": "cartpath", "golf_cart": "designated", "highway": "service"}, "name": "Golf Cartpath"},
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "maki-entrance-alt1",
|
||||
"fields": [
|
||||
"ref",
|
||||
"door",
|
||||
"access_simple",
|
||||
"level"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"entrance": "emergency"
|
||||
},
|
||||
"terms": [
|
||||
"fire exit",
|
||||
"door"
|
||||
],
|
||||
"matchScore": 0.8,
|
||||
"name": "Emergency Exit"
|
||||
}
|
||||
@@ -451,6 +451,7 @@
|
||||
{"key": "emergency", "value": "siren", "description": "🄿 Siren", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-volume-up.svg"},
|
||||
{"key": "emergency", "value": "water_tank", "description": "🄿 Emergency Water Tank", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/water-15.svg"},
|
||||
{"key": "entrance", "description": "🄿 Entrance/Exit, 🄵 Type", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"},
|
||||
{"key": "entrance", "value": "emergency", "description": "🄿 Emergency Exit", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"},
|
||||
{"key": "ford", "value": "yes", "description": "🄿 Ford", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pedestrian.svg"},
|
||||
{"key": "golf", "value": "bunker", "description": "🄿 Sand Trap", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/golf-15.svg"},
|
||||
{"key": "golf", "value": "cartpath", "description": "🄿 Golf Cartpath", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/golf_cart.svg"},
|
||||
|
||||
Vendored
+4
@@ -6617,6 +6617,10 @@
|
||||
"name": "Entrance/Exit",
|
||||
"terms": "entrance,exit,door"
|
||||
},
|
||||
"entrance/emergency": {
|
||||
"name": "Emergency Exit",
|
||||
"terms": "fire exit,door"
|
||||
},
|
||||
"ford": {
|
||||
"name": "Ford",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user