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


Ignore:
Timestamp:
2019-07-18T21:38:29+02:00 (5 years ago)
Author:
Klumbumbus
Message:

see #17901, fix #11780 - add preset and rendering support for highway=cycleway + foot=designated and highway=footway + bicycle=designated schema

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r15255 r15257  
    994994                <reference ref="surface_smoothness" />
    995995                <reference ref="highway_yesno_incline_oneway_lit_width" />
    996                 <combo key="foot" text="Pedestrians" values="yes,no" />
     996                <combo key="foot" text="Pedestrians" values="yes,no,designated" />
    997997            </optional>
    998998        </item> <!-- Dedicated Cycleway -->
     
    10291029                <reference ref="name_layer" />
    10301030                <reference ref="surface_smoothness" />
    1031                 <reference ref="highway_yesno_incline" />
    1032                 <check key="lit" text="Lit" />
    1033                 <check key="bicycle" text="Bicycle" />
    1034                 <text key="width" text="Width (meters)" />
     1031                <reference ref="highway_yesno_incline_oneway_lit_width" />
     1032                <combo key="bicycle" text="Bicycle" values="yes,no,designated" />
    10351033            </optional>
    10361034        </item> <!-- Dedicated Footway -->
Note: See TracChangeset for help on using the changeset viewer.