mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 11:49:39 +02:00
Merge pull request #3221 from ramyaragupathy/master
Adding emergency =defibrillator preset (fixes #3202)
This commit is contained in:
@@ -2056,6 +2056,10 @@ en:
|
||||
name: Ambulance Station
|
||||
# 'terms: EMS,EMT,rescue'
|
||||
terms: '<translate with synonyms or related terms for ''Ambulance Station'', separated by commas>'
|
||||
emergency/defibrillator:
|
||||
# emergency=defibrillator
|
||||
name: Defibrillator
|
||||
terms: '<translate with synonyms or related terms for ''Defibrillator'', separated by commas>'
|
||||
emergency/fire_hydrant:
|
||||
# emergency=fire_hydrant
|
||||
name: Fire Hydrant
|
||||
|
||||
+104
-104
@@ -1,27 +1,4 @@
|
||||
{
|
||||
"access_simple": {
|
||||
"key": "access",
|
||||
"type": "combo",
|
||||
"label": "Allowed Access",
|
||||
"placeholder": "yes",
|
||||
"options": [
|
||||
"permissive",
|
||||
"private",
|
||||
"customers",
|
||||
"no"
|
||||
]
|
||||
},
|
||||
"access_toilets": {
|
||||
"key": "access",
|
||||
"type": "combo",
|
||||
"label": "Access",
|
||||
"options": [
|
||||
"yes",
|
||||
"permissive",
|
||||
"private",
|
||||
"customers"
|
||||
]
|
||||
},
|
||||
"access": {
|
||||
"keys": [
|
||||
"access",
|
||||
@@ -76,6 +53,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"access_simple": {
|
||||
"key": "access",
|
||||
"type": "combo",
|
||||
"label": "Allowed Access",
|
||||
"placeholder": "yes",
|
||||
"options": [
|
||||
"permissive",
|
||||
"private",
|
||||
"customers",
|
||||
"no"
|
||||
]
|
||||
},
|
||||
"access_toilets": {
|
||||
"key": "access",
|
||||
"type": "combo",
|
||||
"label": "Access",
|
||||
"options": [
|
||||
"yes",
|
||||
"permissive",
|
||||
"private",
|
||||
"customers"
|
||||
]
|
||||
},
|
||||
"address": {
|
||||
"type": "address",
|
||||
"keys": [
|
||||
@@ -246,6 +246,11 @@
|
||||
"type": "text",
|
||||
"label": "Brand"
|
||||
},
|
||||
"building": {
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"label": "Building"
|
||||
},
|
||||
"building_area": {
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
@@ -253,11 +258,6 @@
|
||||
"geometry": "area",
|
||||
"label": "Building"
|
||||
},
|
||||
"building": {
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"label": "Building"
|
||||
},
|
||||
"capacity": {
|
||||
"key": "capacity",
|
||||
"type": "number",
|
||||
@@ -510,16 +510,16 @@
|
||||
"label": "Fix Me",
|
||||
"universal": true
|
||||
},
|
||||
"fuel_multi": {
|
||||
"key": "fuel:",
|
||||
"type": "multiCombo",
|
||||
"label": "Fuel Types"
|
||||
},
|
||||
"fuel": {
|
||||
"key": "fuel",
|
||||
"type": "combo",
|
||||
"label": "Fuel"
|
||||
},
|
||||
"fuel_multi": {
|
||||
"key": "fuel:",
|
||||
"type": "multiCombo",
|
||||
"label": "Fuel Types"
|
||||
},
|
||||
"gauge": {
|
||||
"key": "gauge",
|
||||
"type": "combo",
|
||||
@@ -600,6 +600,11 @@
|
||||
"type": "text",
|
||||
"label": "ICAO"
|
||||
},
|
||||
"incline": {
|
||||
"key": "incline",
|
||||
"type": "combo",
|
||||
"label": "Incline"
|
||||
},
|
||||
"incline_steps": {
|
||||
"key": "incline",
|
||||
"type": "combo",
|
||||
@@ -611,11 +616,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"incline": {
|
||||
"key": "incline",
|
||||
"type": "combo",
|
||||
"label": "Incline"
|
||||
},
|
||||
"information": {
|
||||
"key": "information",
|
||||
"type": "typeCombo",
|
||||
@@ -666,19 +666,6 @@
|
||||
"type": "combo",
|
||||
"label": "Layer"
|
||||
},
|
||||
"leaf_cycle_singular": {
|
||||
"key": "leaf_cycle",
|
||||
"type": "combo",
|
||||
"label": "Leaf Cycle",
|
||||
"strings": {
|
||||
"options": {
|
||||
"evergreen": "Evergreen",
|
||||
"deciduous": "Deciduous",
|
||||
"semi_evergreen": "Semi-Evergreen",
|
||||
"semi_deciduous": "Semi-Deciduous"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leaf_cycle": {
|
||||
"key": "leaf_cycle",
|
||||
"type": "combo",
|
||||
@@ -693,15 +680,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"leaf_type_singular": {
|
||||
"key": "leaf_type",
|
||||
"leaf_cycle_singular": {
|
||||
"key": "leaf_cycle",
|
||||
"type": "combo",
|
||||
"label": "Leaf Type",
|
||||
"label": "Leaf Cycle",
|
||||
"strings": {
|
||||
"options": {
|
||||
"broadleaved": "Broadleaved",
|
||||
"needleleaved": "Needleleaved",
|
||||
"leafless": "Leafless"
|
||||
"evergreen": "Evergreen",
|
||||
"deciduous": "Deciduous",
|
||||
"semi_evergreen": "Semi-Evergreen",
|
||||
"semi_deciduous": "Semi-Deciduous"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -718,6 +706,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"leaf_type_singular": {
|
||||
"key": "leaf_type",
|
||||
"type": "combo",
|
||||
"label": "Leaf Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"broadleaved": "Broadleaved",
|
||||
"needleleaved": "Needleleaved",
|
||||
"leafless": "Leafless"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leisure": {
|
||||
"key": "leisure",
|
||||
"type": "typeCombo",
|
||||
@@ -856,18 +856,6 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"oneway_yes": {
|
||||
"key": "oneway",
|
||||
"type": "check",
|
||||
"label": "One Way",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be Yes",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
},
|
||||
"oneway": {
|
||||
"key": "oneway",
|
||||
"type": "check",
|
||||
@@ -880,6 +868,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"oneway_yes": {
|
||||
"key": "oneway",
|
||||
"type": "check",
|
||||
"label": "One Way",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be Yes",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"key": "opening_hours",
|
||||
"type": "text",
|
||||
@@ -1001,16 +1001,16 @@
|
||||
"type": "text",
|
||||
"label": "Population"
|
||||
},
|
||||
"power_supply": {
|
||||
"key": "power_supply",
|
||||
"type": "check",
|
||||
"label": "Power Supply"
|
||||
},
|
||||
"power": {
|
||||
"key": "power",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"power_supply": {
|
||||
"key": "power_supply",
|
||||
"type": "check",
|
||||
"label": "Power Supply"
|
||||
},
|
||||
"railway": {
|
||||
"key": "railway",
|
||||
"type": "typeCombo",
|
||||
@@ -1055,13 +1055,13 @@
|
||||
"type": "number",
|
||||
"label": "Rooms"
|
||||
},
|
||||
"route_master": {
|
||||
"key": "route_master",
|
||||
"route": {
|
||||
"key": "route",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"route": {
|
||||
"key": "route",
|
||||
"route_master": {
|
||||
"key": "route_master",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -1091,19 +1091,6 @@
|
||||
"type": "check",
|
||||
"label": "Seasonal"
|
||||
},
|
||||
"service_rail": {
|
||||
"key": "service",
|
||||
"type": "combo",
|
||||
"label": "Service Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"spur": "Spur",
|
||||
"yard": "Yard",
|
||||
"siding": "Siding",
|
||||
"crossover": "Crossover"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service": {
|
||||
"key": "service",
|
||||
"type": "combo",
|
||||
@@ -1140,16 +1127,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"shelter_type": {
|
||||
"key": "shelter_type",
|
||||
"service_rail": {
|
||||
"key": "service",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Service Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"spur": "Spur",
|
||||
"yard": "Yard",
|
||||
"siding": "Siding",
|
||||
"crossover": "Crossover"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shelter": {
|
||||
"key": "shelter",
|
||||
"type": "check",
|
||||
"label": "Shelter"
|
||||
},
|
||||
"shelter_type": {
|
||||
"key": "shelter_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"shop": {
|
||||
"key": "shop",
|
||||
"type": "typeCombo",
|
||||
@@ -1223,6 +1223,11 @@
|
||||
"universal": true,
|
||||
"label": "Source"
|
||||
},
|
||||
"sport": {
|
||||
"key": "sport",
|
||||
"type": "combo",
|
||||
"label": "Sport"
|
||||
},
|
||||
"sport_ice": {
|
||||
"key": "sport",
|
||||
"type": "combo",
|
||||
@@ -1249,11 +1254,6 @@
|
||||
"running"
|
||||
]
|
||||
},
|
||||
"sport": {
|
||||
"key": "sport",
|
||||
"type": "combo",
|
||||
"label": "Sport"
|
||||
},
|
||||
"stars": {
|
||||
"key": "stars",
|
||||
"type": "number",
|
||||
@@ -1404,16 +1404,16 @@
|
||||
"type": "combo",
|
||||
"label": "Type of Goods"
|
||||
},
|
||||
"water_point": {
|
||||
"key": "water_point",
|
||||
"type": "check",
|
||||
"label": "Water Point"
|
||||
},
|
||||
"water": {
|
||||
"key": "water",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"water_point": {
|
||||
"key": "water_point",
|
||||
"type": "check",
|
||||
"label": "Water Point"
|
||||
},
|
||||
"waterway": {
|
||||
"key": "waterway",
|
||||
"type": "typeCombo",
|
||||
|
||||
+222
-208
@@ -1218,6 +1218,31 @@
|
||||
],
|
||||
"name": "Nightclub"
|
||||
},
|
||||
"amenity/parking": {
|
||||
"icon": "parking",
|
||||
"fields": [
|
||||
"operator",
|
||||
"parking",
|
||||
"capacity",
|
||||
"fee",
|
||||
"access_simple",
|
||||
"supervised",
|
||||
"park_ride",
|
||||
"surface",
|
||||
"maxstay",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "parking"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Car Parking"
|
||||
},
|
||||
"amenity/parking_entrance": {
|
||||
"icon": "entrance",
|
||||
"fields": [
|
||||
@@ -1247,31 +1272,6 @@
|
||||
},
|
||||
"name": "Parking Space"
|
||||
},
|
||||
"amenity/parking": {
|
||||
"icon": "parking",
|
||||
"fields": [
|
||||
"operator",
|
||||
"parking",
|
||||
"capacity",
|
||||
"fee",
|
||||
"access_simple",
|
||||
"supervised",
|
||||
"park_ride",
|
||||
"surface",
|
||||
"maxstay",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "parking"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Car Parking"
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"icon": "pharmacy",
|
||||
"fields": [
|
||||
@@ -3994,6 +3994,20 @@
|
||||
},
|
||||
"name": "Ambulance Station"
|
||||
},
|
||||
"emergency/defibrillator": {
|
||||
"fields": [
|
||||
"access",
|
||||
"opening_hours",
|
||||
"phone"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "defibrillator"
|
||||
},
|
||||
"name": "Defibrillator"
|
||||
},
|
||||
"emergency/fire_hydrant": {
|
||||
"fields": [
|
||||
"fire_hydrant/type"
|
||||
@@ -4412,6 +4426,26 @@
|
||||
],
|
||||
"name": "Mini-Roundabout"
|
||||
},
|
||||
"highway/motorway": {
|
||||
"icon": "highway-motorway",
|
||||
"fields": [
|
||||
"oneway_yes",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "motorway"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Motorway"
|
||||
},
|
||||
"highway/motorway_junction": {
|
||||
"geometry": [
|
||||
"vertex"
|
||||
@@ -4455,26 +4489,6 @@
|
||||
],
|
||||
"name": "Motorway Link"
|
||||
},
|
||||
"highway/motorway": {
|
||||
"icon": "highway-motorway",
|
||||
"fields": [
|
||||
"oneway_yes",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "motorway"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Motorway"
|
||||
},
|
||||
"highway/path": {
|
||||
"icon": "highway-path",
|
||||
"fields": [
|
||||
@@ -4525,6 +4539,27 @@
|
||||
"terms": [],
|
||||
"name": "Pedestrian Street"
|
||||
},
|
||||
"highway/primary": {
|
||||
"icon": "highway-primary",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref",
|
||||
"cycleway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "primary"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Primary Road"
|
||||
},
|
||||
"highway/primary_link": {
|
||||
"icon": "highway-primary-link",
|
||||
"fields": [
|
||||
@@ -4549,27 +4584,6 @@
|
||||
],
|
||||
"name": "Primary Link"
|
||||
},
|
||||
"highway/primary": {
|
||||
"icon": "highway-primary",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref",
|
||||
"cycleway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "primary"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Primary Road"
|
||||
},
|
||||
"highway/raceway": {
|
||||
"icon": "highway-unclassified",
|
||||
"fields": [
|
||||
@@ -4646,6 +4660,27 @@
|
||||
"terms": [],
|
||||
"name": "Unknown Road"
|
||||
},
|
||||
"highway/secondary": {
|
||||
"icon": "highway-secondary",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref",
|
||||
"cycleway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "secondary"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Secondary Road"
|
||||
},
|
||||
"highway/secondary_link": {
|
||||
"icon": "highway-secondary-link",
|
||||
"fields": [
|
||||
@@ -4670,27 +4705,6 @@
|
||||
],
|
||||
"name": "Secondary Link"
|
||||
},
|
||||
"highway/secondary": {
|
||||
"icon": "highway-secondary",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref",
|
||||
"cycleway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "secondary"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Secondary Road"
|
||||
},
|
||||
"highway/service": {
|
||||
"icon": "highway-service",
|
||||
"fields": [
|
||||
@@ -4867,6 +4881,27 @@
|
||||
],
|
||||
"name": "Street Lamp"
|
||||
},
|
||||
"highway/tertiary": {
|
||||
"icon": "highway-tertiary",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref",
|
||||
"cycleway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "tertiary"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Tertiary Road"
|
||||
},
|
||||
"highway/tertiary_link": {
|
||||
"icon": "highway-tertiary-link",
|
||||
"fields": [
|
||||
@@ -4891,27 +4926,6 @@
|
||||
],
|
||||
"name": "Tertiary Link"
|
||||
},
|
||||
"highway/tertiary": {
|
||||
"icon": "highway-tertiary",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref",
|
||||
"cycleway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "tertiary"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Tertiary Road"
|
||||
},
|
||||
"highway/track": {
|
||||
"icon": "highway-track",
|
||||
"fields": [
|
||||
@@ -4973,6 +4987,26 @@
|
||||
],
|
||||
"name": "Traffic Signals"
|
||||
},
|
||||
"highway/trunk": {
|
||||
"icon": "highway-trunk",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "trunk"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Trunk Road"
|
||||
},
|
||||
"highway/trunk_link": {
|
||||
"icon": "highway-trunk-link",
|
||||
"fields": [
|
||||
@@ -4996,26 +5030,6 @@
|
||||
],
|
||||
"name": "Trunk Link"
|
||||
},
|
||||
"highway/trunk": {
|
||||
"icon": "highway-trunk",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"structure",
|
||||
"access",
|
||||
"lanes",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "trunk"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Trunk Road"
|
||||
},
|
||||
"highway/turning_circle": {
|
||||
"icon": "circle",
|
||||
"geometry": [
|
||||
@@ -6722,22 +6736,6 @@
|
||||
},
|
||||
"name": "Spring"
|
||||
},
|
||||
"natural/tree_row": {
|
||||
"fields": [
|
||||
"leaf_type",
|
||||
"leaf_cycle",
|
||||
"denotation"
|
||||
],
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "tree_row"
|
||||
},
|
||||
"name": "Tree row"
|
||||
},
|
||||
"natural/tree": {
|
||||
"fields": [
|
||||
"leaf_type_singular",
|
||||
@@ -6755,6 +6753,22 @@
|
||||
},
|
||||
"name": "Tree"
|
||||
},
|
||||
"natural/tree_row": {
|
||||
"fields": [
|
||||
"leaf_type",
|
||||
"leaf_cycle",
|
||||
"denotation"
|
||||
],
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "tree_row"
|
||||
},
|
||||
"name": "Tree row"
|
||||
},
|
||||
"natural/volcano": {
|
||||
"icon": "triangle",
|
||||
"fields": [
|
||||
@@ -7783,17 +7797,6 @@
|
||||
],
|
||||
"name": "Railway Station"
|
||||
},
|
||||
"railway/subway_entrance": {
|
||||
"icon": "rail-metro",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "subway_entrance"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Subway Entrance"
|
||||
},
|
||||
"railway/subway": {
|
||||
"icon": "railway-subway",
|
||||
"geometry": [
|
||||
@@ -7811,6 +7814,17 @@
|
||||
"terms": [],
|
||||
"name": "Subway"
|
||||
},
|
||||
"railway/subway_entrance": {
|
||||
"icon": "rail-metro",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "subway_entrance"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Subway Entrance"
|
||||
},
|
||||
"railway/tram": {
|
||||
"icon": "railway-light-rail",
|
||||
"geometry": [
|
||||
@@ -8200,6 +8214,26 @@
|
||||
},
|
||||
"name": "Candle Shop"
|
||||
},
|
||||
"shop/car": {
|
||||
"icon": "car",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"auto"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "car"
|
||||
},
|
||||
"name": "Car Dealership"
|
||||
},
|
||||
"shop/car_parts": {
|
||||
"icon": "car",
|
||||
"fields": [
|
||||
@@ -8240,26 +8274,6 @@
|
||||
},
|
||||
"name": "Car Repair Shop"
|
||||
},
|
||||
"shop/car": {
|
||||
"icon": "car",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"auto"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "car"
|
||||
},
|
||||
"name": "Car Dealership"
|
||||
},
|
||||
"shop/carpet": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
@@ -9848,23 +9862,6 @@
|
||||
},
|
||||
"name": "Variety Store"
|
||||
},
|
||||
"shop/video_games": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "video_games"
|
||||
},
|
||||
"name": "Video Game Store"
|
||||
},
|
||||
"shop/video": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
@@ -9885,6 +9882,23 @@
|
||||
},
|
||||
"name": "Video Store"
|
||||
},
|
||||
"shop/video_games": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "video_games"
|
||||
},
|
||||
"name": "Video Game Store"
|
||||
},
|
||||
"shop/water_sports": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
@@ -10519,22 +10533,6 @@
|
||||
],
|
||||
"icon": "restriction-only-straight-on"
|
||||
},
|
||||
"type/route_master": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "route_master"
|
||||
},
|
||||
"name": "Route Master",
|
||||
"icon": "route-master",
|
||||
"fields": [
|
||||
"route_master",
|
||||
"ref",
|
||||
"operator",
|
||||
"network"
|
||||
]
|
||||
},
|
||||
"type/route": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
@@ -10732,6 +10730,22 @@
|
||||
"operator"
|
||||
]
|
||||
},
|
||||
"type/route_master": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "route_master"
|
||||
},
|
||||
"name": "Route Master",
|
||||
"icon": "route-master",
|
||||
"fields": [
|
||||
"route_master",
|
||||
"ref",
|
||||
"operator",
|
||||
"network"
|
||||
]
|
||||
},
|
||||
"type/site": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": [
|
||||
"access",
|
||||
"opening_hours",
|
||||
"phone"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "defibrillator"
|
||||
},
|
||||
"name": "Defibrillator"
|
||||
}
|
||||
+34
-30
@@ -276,6 +276,10 @@
|
||||
"key": "amenity",
|
||||
"value": "nightclub"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "parking"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "parking_entrance"
|
||||
@@ -284,10 +288,6 @@
|
||||
"key": "amenity",
|
||||
"value": "parking_space"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "parking"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "pharmacy"
|
||||
@@ -884,6 +884,10 @@
|
||||
"key": "emergency",
|
||||
"value": "ambulance_station"
|
||||
},
|
||||
{
|
||||
"key": "emergency",
|
||||
"value": "defibrillator"
|
||||
},
|
||||
{
|
||||
"key": "emergency",
|
||||
"value": "fire_hydrant"
|
||||
@@ -986,6 +990,10 @@
|
||||
"key": "highway",
|
||||
"value": "mini_roundabout"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "motorway"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "motorway_junction"
|
||||
@@ -994,10 +1002,6 @@
|
||||
"key": "highway",
|
||||
"value": "motorway_link"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "motorway"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "path"
|
||||
@@ -1008,11 +1012,11 @@
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "primary_link"
|
||||
"value": "primary"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "primary"
|
||||
"value": "primary_link"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
@@ -1032,11 +1036,11 @@
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "secondary_link"
|
||||
"value": "secondary"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "secondary"
|
||||
"value": "secondary_link"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
@@ -1080,11 +1084,11 @@
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "tertiary_link"
|
||||
"value": "tertiary"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "tertiary"
|
||||
"value": "tertiary_link"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
@@ -1096,11 +1100,11 @@
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "trunk_link"
|
||||
"value": "trunk"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "trunk"
|
||||
"value": "trunk_link"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
@@ -1571,11 +1575,11 @@
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "tree_row"
|
||||
"value": "tree"
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "tree"
|
||||
"value": "tree_row"
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
@@ -1822,11 +1826,11 @@
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "subway_entrance"
|
||||
"value": "subway"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "subway"
|
||||
"value": "subway_entrance"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
@@ -1911,6 +1915,10 @@
|
||||
"key": "shop",
|
||||
"value": "candles"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "car"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "car_parts"
|
||||
@@ -1919,10 +1927,6 @@
|
||||
"key": "shop",
|
||||
"value": "car_repair"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "car"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "carpet"
|
||||
@@ -2265,11 +2269,11 @@
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "video_games"
|
||||
"value": "video"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "video"
|
||||
"value": "video_games"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
@@ -2418,10 +2422,6 @@
|
||||
"key": "restriction",
|
||||
"value": "only_straight_on"
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"value": "route_master"
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"value": "route"
|
||||
@@ -2474,6 +2474,10 @@
|
||||
"key": "route",
|
||||
"value": "tram"
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"value": "route_master"
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"value": "site"
|
||||
|
||||
Reference in New Issue
Block a user