Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#5508 closed enhancement (fixed)

JOSM does not knowing amenity=nursing_home

Reported by: tijuca Owned by: ce
Priority: normal Milestone:
Component: Internal preset Version:
Keywords: amenity nursing_home Cc:

Description

If I try to change an amentity tag to nursing_home the validator of JOSM (svn3561) don't know this key.

Attachments (0)

Change History (4)

comment:1 by stoecker, 13 years ago

Component: Core validatorInternal preset
Owner: changed from team to ce

comment:2 by tijuca, 13 years ago

I have create a local preset for the Tag nursing_home.
Because there is no other icon i have used the icon for hospitals, yes that's not correct. This has to edit.

        <item name="Nursing home" de.name="Altersheim/Seniorenwohneheim/Seniorenresidenz" icon="styles/standard/health/hospital.png" type="node,closedway">
	<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dnursing_home"
			de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity%3Dnursing_home"
	/>
	<label text="Nursing Home" de.text="Altersheim/Seniorenwohneheim/Seniorenresidenz"/>
	<key key="amenity" value="nursing_home" />
	<key key="building" value="yes" />
	<text key="operator" text="Operator" default="" delete_if_empty="true" />
	<text key="name" text="Name" default="" delete_if_empty="true" />
	<text key="contact:website" text="Website" default="" delete_if_empty="true" />
	<text key="contact:phone" text="Phone Number" default="" delete_if_empty="true" />
	<text key="addr:housename" text="House name" use_last_as_default="true" default="" delete_if_empty="true" />
        <text key="addr:street" text="Street name" use_last_as_default="true" delete_if_empty="true" />
        <text key="addr:city" text="City name" use_last_as_default="true" delete_if_empty="true" />
        <text key="addr:postcode" text="Post code" use_last_as_default="true" delete_if_empty="true" />
        <combo key="addr:country" text="Country code" values="AT,CH,DE,FR,GB,IT,US" use_last_as_default="true" delete_if_empty="true" />
	<!--<optional>
	</optional>-->
    </item>

comment:3 by simon04, 13 years ago

Resolution: fixed
Status: newclosed

In [4362/josm]:

fix #5508 - add amenity=nursing_home to presets, reordered health presets

comment:4 by simon04, 13 years ago

addr:*, contact:* and building are better handled by separate, already existing presets.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ce.
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.