Changeset 10450 in josm


Ignore:
Timestamp:
2016-06-21T17:51:55+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #11006, see #13015 - change priority of the different public_transport=stop_position icons in the mapview and improve the layout of the preset

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r10449 r10450  
    32293229                <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
    32303230            </optional>
    3231             <check key="bus" text="Bus" />
    3232             <check key="highway" value_on="bus_stop" value_off="" text="Bus stop (legacy)" />
    3233             <check key="tram" text="Tram" />
    3234             <check key="railway" value_on="tram_stop" value_off="" text="Tram stop (legacy)" />
    3235             <check key="train" text="Train" />
    3236             <check key="railway" value_on="station" value_off="" text="Railway station (legacy)" />
    3237             <check key="railway" value_on="halt" value_off="" text="Railway halt (legacy)" />
     3231            <space />
     3232            <checkgroup columns="2">
     3233                <check key="bus" text="Bus" />
     3234                <check key="highway" value_on="bus_stop" value_off="" text="Bus stop (legacy)" />
     3235                <check key="tram" text="Tram" />
     3236                <check key="railway" value_on="tram_stop" value_off="" text="Tram stop (legacy)" />
     3237                <check key="train" text="Train" />
     3238                <check key="railway" value_on="halt" value_off="" text="Railway halt (legacy)" />
     3239            </checkgroup>
    32383240            <check key="trolleybus" text="Trolleybus" />
    32393241            <check key="share_taxi" text="Share taxi" />
  • trunk/styles/standard/elemstyles.mapcss

    r10439 r10450  
    36293629    set icon_z17;
    36303630}
     3631node[public_transport=stop_position][bus=yes] {
     3632    icon-image: "transport/bus.svg";
     3633    set icon_z17;
     3634}
    36313635node[public_transport=stop_position][train=yes] {
    36323636    icon-image: "transport/train.svg";
    36333637    set icon_z17;
    36343638}
     3639node[public_transport=stop_position][tram=yes] {
     3640    icon-image: "transport/railway/tram.svg";
     3641    set icon_z17;
     3642}
    36353643node[public_transport=stop_position][subway=yes] {
    36363644    icon-image: "transport/railway/subway.svg";
     
    36393647node[public_transport=stop_position][monorail=yes] {
    36403648    icon-image: "transport/railway/monorail.svg";
    3641     set icon_z17;
    3642 }
    3643 node[public_transport=stop_position][tram=yes] {
    3644     icon-image: "transport/railway/tram.svg";
    3645     set icon_z17;
    3646 }
    3647 node[public_transport=stop_position][bus=yes] {
    3648     icon-image: "transport/bus.svg";
    36493649    set icon_z17;
    36503650}
Note: See TracChangeset for help on using the changeset viewer.