Changeset 9286 in josm for trunk


Ignore:
Timestamp:
2016-01-03T22:56:00+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix ​#12190 - add new health related icons, by zermes (icons see [o31931]); move old icons to nodist folder

Location:
trunk
Files:
10 added
2 edited
2 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r9285 r9286  
    45614561        </item> <!-- Driving School -->
    45624562    </group> <!-- Education -->
    4563     <group name="Health" icon="styles/standard/health/pharmacy.png">
    4564         <item name="Hospital" icon="styles/standard/health/hospital.png" type="node,closedway" preset_name_label="true">
     4563    <group name="Health" icon="styles/standard/health/pharmacy.svg">
     4564        <item name="Hospital" icon="styles/standard/health/hospital.svg" type="node,closedway" preset_name_label="true">
    45654565            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=hospital"
    45664566                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=hospital"
     
    45774577            <reference ref="link_contact_address_payment" />
    45784578        </item> <!-- Hospital -->
    4579         <item name="Clinic" icon="styles/standard/health/hospital.png" type="node,closedway" preset_name_label="true">
     4579        <item name="Clinic" icon="styles/standard/health/clinic.svg" type="node,closedway" preset_name_label="true">
    45804580            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clinic"
    45814581                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=clinic"
     
    45884588            <reference ref="link_contact_address_payment" />
    45894589        </item> <!-- Clinic -->
    4590         <item name="Doctor's Office" icon="styles/standard/health/doctor.png" type="node,closedway" preset_name_label="true">
     4590        <item name="Doctor's Office" icon="styles/standard/health/doctors.svg" type="node,closedway" preset_name_label="true">
    45914591            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=doctors"
    45924592                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=doctors"
     
    46024602            <reference ref="link_contact_address_payment" />
    46034603        </item> <!-- Doctor's Office -->
    4604         <item name="Dentist" icon="styles/standard/health/dentist.png" type="node,closedway" preset_name_label="true">
     4604        <item name="Dentist" icon="styles/standard/health/dentist.svg" type="node,closedway" preset_name_label="true">
    46054605            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=dentist"
    46064606                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=dentist"
     
    46144614            <reference ref="link_contact_address_payment" />
    46154615        </item> <!-- Dentist -->
    4616         <item name="Pharmacy" icon="styles/standard/health/pharmacy.png" type="node,closedway" preset_name_label="true">
     4616        <item name="Pharmacy" icon="styles/standard/health/pharmacy.svg" type="node,closedway" preset_name_label="true">
    46174617            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=pharmacy"
    46184618                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=pharmacy"
     
    46314631        </item> <!-- Pharmacy -->
    46324632        <separator/>
    4633         <item name="Baby Hatch/Safe Haven" icon="presets/baby_hatch.png" type="node,closedway" preset_name_label="true">
     4633        <item name="Baby Hatch/Safe Haven" icon="styles/standard/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
    46344634            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=baby_hatch"
    46354635                  cs.href="http://wiki.openstreetmap.org/wiki/Cs:Tag:amenity=baby_hatch"
     
    46494649        </item> <!-- Baby Hatch/Safe Haven -->
    46504650        <separator/>
    4651         <item name="Emergency Access Point" icon="styles/standard/service/emergency_access_point.png" type="node,closedway" preset_name_label="true">
     4651        <item name="Emergency Access Point" icon="styles/standard/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
    46524652            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=emergency_access_point"
    46534653                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=emergency_access_point"
     
    46654665        </item> <!-- Emergency Access Point -->
    46664666        <separator/>
    4667         <item name="Veterinary" icon="styles/standard/health/veterinary.png" type="node,closedway" preset_name_label="true">
     4667        <item name="Veterinary" icon="styles/standard/health/veterinary.svg" type="node,closedway" preset_name_label="true">
    46684668            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=veterinary"
    46694669                  cs.href="http://wiki.openstreetmap.org/wiki/Cs:Tag:amenity=veterinary"
     
    46834683    </group> <!-- Health -->
    46844684    <group name="Social Facility" icon="styles/standard/social_facility/outreach.svg">
    4685         <item name="Nursing Home" icon="styles/standard/social_facility/group_home.svg" type="node,closedway" preset_name_label="true">
     4685        <item name="Nursing Home" icon="styles/standard/social_facility/nursing_home.svg" type="node,closedway" preset_name_label="true">
    46864686            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=nursing_home"
    46874687                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=nursing_home"
  • trunk/styles/standard/elemstyles.mapcss

    r9285 r9286  
    856856}
    857857node[highway=emergency_access_point] {
    858     icon-image: "service/emergency_access_point.png";
     858    icon-image: "service/emergency_access_point.svg";
    859859    set icon_z17;
    860860    text: auto;
     
    27482748}
    27492749node[amenity=pharmacy] {
    2750     icon-image: "health/pharmacy.png";
    2751     set icon_z17;
    2752     text: auto;
    2753 }
    2754 node[amenity=hospital],
     2750    icon-image: "health/pharmacy.svg";
     2751    set icon_z17;
     2752    text: auto;
     2753}
     2754node[amenity=hospital] {
     2755    icon-image: "health/hospital.svg";
     2756    set icon_z17;
     2757    text: auto;
     2758}
    27552759node[amenity=clinic] {
    2756     icon-image: "health/hospital.png";
    2757     set icon_z17;
    2758     text: auto;
    2759 }
    2760 node[amenity=nursing_home],
     2760    icon-image: "health/clinic.svg";
     2761    set icon_z17;
     2762    text: auto;
     2763}
     2764node[amenity=nursing_home] {
     2765    icon-image: "social_facility/nursing_home.svg";
     2766    set icon_z17;
     2767    text: auto;
     2768}
    27612769node[amenity=social_facility][social_facility=group_home] {
    27622770    icon-image: "social_facility/group_home.svg";
     
    27852793}
    27862794node[amenity=baby_hatch] {
    2787     icon-image: "health/baby_hatch.png";
     2795    icon-image: "health/baby_hatch.svg";
    27882796    set icon_z17;
    27892797    text: auto;
    27902798}
    27912799node[amenity=doctors] {
    2792     icon-image: "health/doctor.png";
     2800    icon-image: "health/doctors.svg";
    27932801    set icon_z17;
    27942802    text: auto;
    27952803}
    27962804node[amenity=dentist] {
    2797     icon-image: "health/dentist.png";
     2805    icon-image: "health/dentist.svg";
    27982806    set icon_z17;
    27992807    text: auto;
    28002808}
    28012809node[amenity=veterinary] {
    2802     icon-image: "health/veterinary.png";
     2810    icon-image: "health/veterinary.svg";
    28032811    set icon_z17;
    28042812    text: auto;
Note: See TracChangeset for help on using the changeset viewer.