Add emergency=fire_extinguisher preset

This commit is contained in:
Bryan Housel
2018-06-11 01:09:35 -04:00
parent 737ce00a99
commit 9318769d5f
8 changed files with 58 additions and 12 deletions
+4
View File
@@ -3065,6 +3065,10 @@ en:
emergency/destination:
# emergency=destination
name: Emergency Access Destination
emergency/fire_extinguisher:
# emergency=fire_extinguisher
name: Fire Extinguisher
terms: '<translate with synonyms or related terms for ''Fire Extinguisher'', separated by commas>'
emergency/fire_hydrant:
# emergency=fire_hydrant
name: Fire Hydrant
+20 -6
View File
@@ -6510,11 +6510,9 @@
"emergency/defibrillator": {
"icon": "maki-defibrillator",
"fields": [
"ref",
"access",
"opening_hours",
"indoor",
"phone"
"ref",
"operator"
],
"geometry": [
"point",
@@ -6528,6 +6526,22 @@
},
"name": "Defibrillator"
},
"emergency/fire_extinguisher": {
"icon": "fas-fire-extinguisher",
"fields": [
"indoor",
"ref",
"operator"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"emergency": "fire_extinguisher"
},
"name": "Fire Extinguisher"
},
"emergency/fire_hydrant": {
"icon": "temaki-fire_hydrant",
"fields": [
@@ -6587,8 +6601,8 @@
"icon": "maki-water",
"fields": [
"name",
"operator",
"ref"
"ref",
"operator"
],
"geometry": [
"point",
@@ -1,11 +1,9 @@
{
"icon": "maki-defibrillator",
"fields": [
"ref",
"access",
"opening_hours",
"indoor",
"phone"
"ref",
"operator"
],
"geometry": [
"point",
@@ -0,0 +1,16 @@
{
"icon": "fas-fire-extinguisher",
"fields": [
"indoor",
"ref",
"operator"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"emergency": "fire_extinguisher"
},
"name": "Fire Extinguisher"
}
@@ -2,8 +2,8 @@
"icon": "maki-water",
"fields": [
"name",
"operator",
"ref"
"ref",
"operator"
],
"geometry": [
"point",
+9
View File
@@ -2958,6 +2958,15 @@
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/defibrillator-15.svg?sanitize=true"
},
{
"key": "emergency",
"value": "fire_extinguisher",
"description": "Fire Extinguisher",
"object_types": [
"node"
],
"icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-fire-extinguisher.svg?sanitize=true"
},
{
"key": "emergency",
"value": "fire_hydrant",
+4
View File
@@ -4059,6 +4059,10 @@
"name": "Defibrillator",
"terms": "AED"
},
"emergency/fire_extinguisher": {
"name": "Fire Extinguisher",
"terms": ""
},
"emergency/fire_hydrant": {
"name": "Fire Hydrant",
"terms": "fire plug"
@@ -0,0 +1 @@
<svg aria-hidden="true" data-prefix="fas" data-icon="fire-extinguisher" class="svg-inline--fa fa-fire-extinguisher fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z"></path></svg>

After

Width:  |  Height:  |  Size: 864 B