mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-13 21:02:25 +02:00
Merge pull request #4290 from openstreetmap/defib
Defibrillator preset adjustment
This commit is contained in:
@@ -5657,13 +5657,15 @@
|
||||
"emergency/defibrillator": {
|
||||
"icon": "defibrillator",
|
||||
"fields": [
|
||||
"ref",
|
||||
"access",
|
||||
"opening_hours",
|
||||
"indoor",
|
||||
"phone"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"AED"
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"icon": "defibrillator",
|
||||
"fields": [
|
||||
"ref",
|
||||
"access",
|
||||
"opening_hours",
|
||||
"indoor",
|
||||
"phone"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"AED"
|
||||
|
||||
Reference in New Issue
Block a user