Opened 4 years ago

Last modified 4 years ago

#19401 closed enhancement

Add healthcare-tagging as optional to the existing Facilities/Health group in defaultpresets.xml — at Version 1

Reported by: Kmpopppe Owned by: team
Priority: normal Milestone:
Component: External preset Version:
Keywords: healthcare Cc: kmpoppe

Description (last modified by Kmpopppe)

As per https://wiki.openstreetmap.org/wiki/Key:healthcare the amenities 'clinic', 'dentist', 'doctors', 'hospital' and 'pharmacy' have equivalents in the healthcare=*-Tagging scheme. The proposal (https://wiki.openstreetmap.org/wiki/Proposed_features/Healthcare) suggests to deprecate the aforementioned amenity=* Tags and replace them by healthcare=* - as there is still discussion and arguments going on about this, the agreed way seems to be tagging both variants on the same node.

To allow people to decide whether they want to add the healthcare=* tagging, the defaultpreset.xml should be changed like this (diff of the 16653 revision of defaultpresets.xml, line numbers might change in further revisions) - obviously, inline translation wouldn't be necessary if it was done on global level:

3847a3848,3850
>             <optional>
>                 <combo key="healthcare" text="Healthcare" de.text="Gesundheit" fr.text="Soins de santé" nl.text="Gezondheidszorg" values="hospital" default=""/>
>             </optional>
3854a3858,3860
>             <optional>
>                 <combo key="healthcare" text="Healthcare" de.text="Gesundheit" fr.text="Soins de santé" nl.text="Gezondheidszorg" values="clinic" default=""/>
>             </optional>
3861a3868,3870
>             <optional>
>                 <combo key="healthcare" text="Healthcare" de.text="Gesundheit" fr.text="Soins de santé" nl.text="Gezondheidszorg" values="doctors" default=""/>
>             </optional>
3868a3878,3880
>             <optional>
>                 <combo key="healthcare" text="Healthcare" de.text="Gesundheit" fr.text="Soins de santé" nl.text="Gezondheidszorg" values="dentist" default=""/>
>             </optional>
3876a3889,3891
>             <optional>
>                 <combo key="healthcare" text="Healthcare" de.text="Gesundheit" fr.text="Soins de santé" nl.text="Gezondheidszorg" values="pharmacy" default=""/>
>             </optional>

A full version of the defaultpresets.xml with the addition is available on GitHub: https://github.com/OSM-de/gists/blob/master/JOSM/trunk/resources/data/defaultpresets.xml

Change History (1)

comment:1 by Kmpopppe, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.