From 421136555222ceb68f00e306de1fae90b240f539 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?No=C3=A9mie?= <noemie.lehuby@zaclys.net>
Date: Thu, 27 Aug 2020 09:29:08 +0200
Subject: [PATCH] improve defibrillator template
in prevision for the French project of the month https://wiki.openstreetmap.org/wiki/FR:Project_of_the_month/Defibrillateurs
---
resources/data/defaultpresets.xml | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/resources/data/defaultpresets.xml b/resources/data/defaultpresets.xml
index 6fa597708..33d1cb5f4 100644
a
|
b
|
|
4238 | 4238 | <link wiki="Tag:emergency=defibrillator" /> |
4239 | 4239 | <space /> |
4240 | 4240 | <key key="emergency" value="defibrillator" /> |
4241 | | <reference ref="oh_wheelchair" /> |
4242 | | <text key="operator" text="Operator" /> |
4243 | 4241 | <text key="defibrillator:location" text="Location description" /> |
4244 | | <text key="phone" text="Phone number" /> |
4245 | | <label text="Use E.123 format, e.g. +49 11223 456 7890" /> |
4246 | | <reference ref="POI_access" /> |
4247 | 4242 | <check key="indoor" text="Located inside a building?" /> |
| 4243 | <combo key="level" text="Level" values="0,1,2,3,4,5,6,7,8,9,10"/> |
| 4244 | <label text="(only if is inside a building)" /> |
| 4245 | <space /> |
| 4246 | <reference ref="POI_access" /> |
| 4247 | <text key="operator" text="Operator" /> |
| 4248 | <optional> |
| 4249 | <reference ref="oh_wheelchair" /> |
| 4250 | <text key="phone" text="Phone number" /> |
| 4251 | <label text="Use E.123 format, e.g. +49 11223 456 7890" /> |
| 4252 | </optional> |
4248 | 4253 | <!-- lastcheck is in use for aed devices, but not yet well discussed or documented |
4249 | 4254 | <optional> |
4250 | 4255 | <text key="lastcheck" text="Last check date (YYYY-MM-DD)" /> |