Modify ↓
Opened 7 weeks ago
Closed 5 weeks ago
#24214 closed enhancement (fixed)
[patch] Add except key support to restriction relations
Reported by: | gaben | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 25.03 |
Component: | Internal preset | Version: | |
Keywords: | Cc: |
Description
As title says, Key:except is used to specify that a restriction does not apply to these vehicle types.
-
resources/data/defaultpresets.xml
9895 9894 <space /> 9896 9895 <key key="type" value="restriction" /> 9897 9896 <combo key="restriction" text="Restriction" values="no_left_turn,no_right_turn,no_straight_on,no_u_turn,only_right_turn,only_left_turn,only_straight_on" values_searchable="true" /> 9897 <multiselect key="except" text="Except" values="psv;bicycle;hgv;motorcar;emergency" /> 9898 9898 <roles> 9899 9899 <role key="from" text="from way" requisite="required" count="1" type="way" /> 9900 9900 <role key="via" text="via node or ways" requisite="required" type="way,node" />
Attachments (0)
Note:
See TracTickets
for help on using tickets.
In 19364/josm: