Changeset 13155 in josm for trunk/data


Ignore:
Timestamp:
2017-11-24T22:09:12+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #15556 - don't set foot=yes and bicycle=yes by default on nodal barriers. This is often not true in cases where access is (partly) restricted in different ways (e.g. gates). For cases like e.g. bollard routers should assume default passing access for foot and bicycle anyway even if foot and bicycle is not set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r13085 r13155  
    8585    <chunk id="barrier_5">
    8686        <optional text="Allowed traffic:">
    87             <check key="foot" text="Foot" default="on"/>
    88             <check key="bicycle" text="Bicycle" default="on"/>
     87            <check key="foot" text="Foot"/>
     88            <check key="bicycle" text="Bicycle"/>
    8989            <check key="horse" text="Horse" />
    9090            <check key="motorcycle" text="Motorcycle" />
     
    9494    <chunk id="barrier_4">
    9595        <optional text="Allowed traffic:">
    96             <check key="foot" text="Foot" default="on"/>
    97             <check key="bicycle" text="Bicycle" default="on"/>
     96            <check key="foot" text="Foot"/>
     97            <check key="bicycle" text="Bicycle"/>
    9898            <check key="horse" text="Horse" />
    9999            <check key="motorcycle" text="Motorcycle" />
     
    102102    <chunk id="barrier_2">
    103103        <optional text="Allowed traffic:">
    104             <check key="foot" text="Foot" default="on"/>
     104            <check key="foot" text="Foot"/>
    105105            <check key="bicycle" text="Bicycle"/>
    106106        </optional>
Note: See TracChangeset for help on using the changeset viewer.