Modify

Opened 11 years ago

Closed 11 years ago

Last modified 9 years ago

#8666 closed enhancement (fixed)

[Patch] Add amenity="clinic" to internal preset

Reported by: cidomoberuntung Owned by: team
Priority: normal Milestone:
Component: Internal preset Version:
Keywords: clinic preset Cc:

Description

It would be great if there would be amenity=clinic added to the internal JOSM preset. Smaller health facilities are very common in indonesia (and i assume in many other locations) but the choices in the default preset are just doctors and hospital. But actually clinics should be in the preset as well since OSM is often used for social and disaster mapping.

Attachments (0)

Change History (6)

comment:1 by skyper, 11 years ago

Keywords: health facility amenity="clinic" internal removed
Type: defectenhancement

comment:2 by Manu1400, 11 years ago

Add (to line 3590) :

                <item name="Clinic" icon="styles/standard/health/clinic.png" type="node,closedway">
                        <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clinic" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity%3Dclinic" />
                        <label text="Edit Clinic" fr.text="Modifier une clinique" />
                        <key key="amenity" value="clinic"/>
                        <text key="name" text="Name" fr.text="Nom" default="" delete_if_empty="true"/>
                        <text key="operator" text="Operator name" fr.text="Nom de l'opérateur" en.text="Operator name"/>
                        <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
                </item>
Last edited 11 years ago by Don-vip (previous) (diff)

comment:3 by Don-vip, 11 years ago

Summary: Add amenity="clinic" to internal preset[Patch] Add amenity="clinic" to internal preset

Thanks for the patch :) Please note however:

  • we do not translate strings by hardcoding target languages in the XML file but by using the Launchpad platform (only English strings are used). The "fr.text" attributes must be removed.
  • we generally prefer a .patch or .diff attachment, even for the smallest patches.

comment:4 by Don-vip, 11 years ago

Resolution: fixed
Status: newclosed

In 5940/josm:

fix #8666 - Add amenity=clinic to internal preset and default mapstyle

comment:5 by WlaKom, 9 years ago

It is still missing the icon for amenity=clinic and amenity=doctors on openstreetmap.org
http://taginfo.openstreetmap.org/tags/?key=amenity&value=clinic
http://taginfo.openstreetmap.org/tags/?key=amenity&value=doctors

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.