Ticket #19718: 0001-improve-defibrillator-template.patch

File 0001-improve-defibrillator-template.patch, 1.9 KB (added by nlehuby, 5 years ago)

patch

  • resources/data/defaultpresets.xml

    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  
    42384238            <link wiki="Tag:emergency=defibrillator" />
    42394239            <space />
    42404240            <key key="emergency" value="defibrillator" />
    4241             <reference ref="oh_wheelchair" />
    4242             <text key="operator" text="Operator" />
    42434241            <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" />
    42474242            <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>
    42484253            <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
    42494254            <optional>
    42504255                <text key="lastcheck"      text="Last check date (YYYY-MM-DD)" />