Changeset 18249 in josm


Ignore:
Timestamp:
2021-10-05T20:57:20+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #21400 - Disable no as value of transport mode of public_transport=stop_position (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r18245 r18249  
    30133013            <space />
    30143014            <checkgroup columns="3">
    3015                 <check key="bus"        text="Bus" icon="presets/transport/bus.svg" />
    3016                 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
    3017                 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
    3018                 <check key="train"      text="Train" icon="presets/transport/train.svg" />
    3019                 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
    3020                 <check key="subway"     text="Subway" icon="presets/transport/railway/subway.svg" />
    3021                 <check key="tram"       text="Tram" icon="presets/transport/railway/tram.svg" />
    3022                 <check key="monorail"   text="Monorail" icon="presets/transport/railway/monorail.svg" />
    3023                 <check key="funicular"  text="Funicular" icon="presets/transport/railway/funicular.svg" />
    3024                 <check key="aerialway"  text="Aerialway" icon="presets/transport/aerialway/station.svg" />
    3025                 <check key="ferry"      text="Ferry" icon="presets/nautical/ferry.svg" />
     3015                <check key="bus"        text="Bus" icon="presets/transport/bus.svg" disable_off="true" />
     3016                <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" disable_off="true" />
     3017                <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" disable_off="true" />
     3018                <check key="train"      text="Train" icon="presets/transport/train.svg" disable_off="true" />
     3019                <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" disable_off="true" />
     3020                <check key="subway"     text="Subway" icon="presets/transport/railway/subway.svg" disable_off="true" />
     3021                <check key="tram"       text="Tram" icon="presets/transport/railway/tram.svg" disable_off="true" />
     3022                <check key="monorail"   text="Monorail" icon="presets/transport/railway/monorail.svg" disable_off="true" />
     3023                <check key="funicular"  text="Funicular" icon="presets/transport/railway/funicular.svg" disable_off="true" />
     3024                <check key="aerialway"  text="Aerialway" icon="presets/transport/aerialway/station.svg" disable_off="true" />
     3025                <check key="ferry"      text="Ferry" icon="presets/nautical/ferry.svg" disable_off="true" />
    30263026            </checkgroup>
    30273027        </item> <!-- Stop Position -->
Note: See TracChangeset for help on using the changeset viewer.