Changeset 7541 in josm


Ignore:
Timestamp:
2014-09-16T01:06:13+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #7777 - New icons for huts and shelters (by Rudolf Martin)

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r7507 r7541  
    1414        <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
    1515        <classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
    16         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_65"/>
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_67"/>
    1717        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
    1818        <classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.jar"/>
  • trunk/data/defaultpresets.xml

    r7532 r7541  
    31833183            <reference ref="contact" />
    31843184        </item> <!-- Hostel -->
    3185         <item name="Alpine Hut" icon="styles/standard/accommodation/alpine_hut.png" type="node,closedway" preset_name_label="true">
     3185        <item name="Alpine Hut" icon="styles/standard/accommodation/alpine_hut_blue.png" type="node,closedway" preset_name_label="true">
    31863186            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=alpine_hut"
    31873187                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=alpine_hut"
     
    44604460            <text key="name" text="Name" />
    44614461            <check key="fireplace" text="Fireplace" />
    4462             <combo key="shelter_type" text="Type of shelter" values="weather_shelter,public_transport,picnic_shelter,wildlife_hide" values_context="shelter" values_searchable="true" />
     4462            <combo key="shelter_type" text="Type of shelter" values="basic_hut,lean_to,picnic_shelter,public_transport,weather_shelter,wildlife_hide" values_context="shelter" values_searchable="true" />
    44634463        </item> <!-- Shelter -->
    44644464        <item name="Hunting Stand" icon="presets/hunting_stand.png" type="node" preset_name_label="true">
  • trunk/styles/standard/elemstyles.mapcss

    r7540 r7541  
    24172417    text: auto;
    24182418}
     2419node[amenity=shelter][shelter_type=public_transport] {
     2420    icon-image: "accommodation/shelter_public_transport_brown.png";
     2421    set icon_z17;
     2422    text: auto;
     2423}
     2424node[amenity=shelter][shelter_type=picnic_shelter] {
     2425    icon-image: "accommodation/shelter_picnic_brown.png";
     2426    set icon_z17;
     2427    text: auto;
     2428}
     2429node[amenity=shelter][shelter_type=basic_hut] {
     2430    icon-image: "accommodation/basic_hut_blue.png";
     2431    set icon_z17;
     2432    text: auto;
     2433}
    24192434node[amenity=hunting_stand] {
    24202435    icon-image: "hunting_stand.png";
     
    25252540}
    25262541node[tourism=alpine_hut] {
    2527     icon-image: "accommodation/alpine_hut.png";
     2542    icon-image: "accommodation/alpine_hut_blue.png";
     2543    set icon_z17;
     2544    text: auto;
     2545}
     2546node[tourism=wilderness_hut] {
     2547    icon-image: "accommodation/wilderness_hut_blue.png";
    25282548    set icon_z17;
    25292549    text: auto;
Note: See TracChangeset for help on using the changeset viewer.