Changeset 10437 in josm for trunk/data/defaultpresets.xml


Ignore:
Timestamp:
2016-06-20T17:56:02+02:00 (8 years ago)
Author:
Klumbumbus
Message:

add detailed icons to the preset combos of entrance and crossing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r10429 r10437  
    13101310            <space />
    13111311            <key key="highway" value="crossing" />
    1312             <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no" />
     1312            <combo key="crossing" text="Pedestrian crossing type" >
     1313                <list_entry value="uncontrolled" icon="styles/standard/vehicle/crossing.svg" />
     1314                <list_entry value="traffic_signals" icon="styles/standard/vehicle/crossing_traffic_signals.svg" />
     1315                <list_entry value="island" icon="styles/standard/vehicle/crossing_island.svg" />
     1316                <list_entry value="unmarked" icon="styles/standard/vehicle/crossing_unmarked.svg" />
     1317                <list_entry value="no" />
     1318            </combo>
    13131319            <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
    13141320            <combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
     
    60936099                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:entrance" />
    60946100            <space />
    6095             <combo key="entrance" text="Entrance" values="yes,main,service,exit,emergency,staircase" values_context="entrance" default="yes" match="key" />
     6101            <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
     6102                <list_entry value="yes" icon="styles/standard/misc/entrance-yes.png" />
     6103                <list_entry value="main" icon="styles/standard/misc/entrance-main.png" />
     6104                <list_entry value="service" icon="styles/standard/misc/entrance-service.png" />
     6105                <list_entry value="exit" icon="styles/standard/misc/entrance-exit.png" />
     6106                <list_entry value="emergency" icon="styles/standard/misc/entrance-emergency.png" />
     6107                <list_entry value="staircase" icon="styles/standard/misc/entrance-yes.png" />
     6108            </combo>
    60966109            <combo key="access" text="Access" values="yes,delivery,private,no" />
    60976110            <reference ref="wheelchair" />
Note: See TracChangeset for help on using the changeset viewer.