Changeset 5940 in josm
- Timestamp:
- 2013-05-08T12:48:43+02:00 (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r5934 r5940 3708 3708 <text key="name" text="Name" /> 3709 3709 </item> 3710 <item name="Clinic" icon="styles/standard/health/hospital.png" type="node,closedway"> 3711 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clinic" 3712 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=clinic" /> 3713 <label text="Edit Clinic" /> 3714 <key key="amenity" value="clinic" /> 3715 <text key="name" text="Name" /> 3716 </item> 3710 3717 <item name="Doctors" icon="styles/standard/health/doctor.png" type="node,closedway"> 3711 3718 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=doctors" -
trunk/styles/standard/elemstyles.xml
r5930 r5940 2004 2004 </rule> 2005 2005 2006 <rule> 2007 <condition k="amenity" v="clinic"/> 2008 <area colour="health#eeeeee"/> 2009 <icon annotate="true" src="health/hospital.png"/> 2010 </rule> 2011 2006 2012 <rule> 2007 2013 <condition k="amenity" v="nursery"/>
Note:
See TracChangeset
for help on using the changeset viewer.