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

     
    98959894            <space />
    98969895            <key key="type" value="restriction" />
    98979896            <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" />
    98989898            <roles>
    98999899                <role key="from" text="from way" requisite="required" count="1" type="way" />
    99009900                <role key="via" text="via node or ways" requisite="required" type="way,node" />

Attachments (0)

Change History (1)

comment:1 by stoecker, 5 weeks ago

Resolution: fixed
Status: newclosed

In 19364/josm:

fix #24214 - add except to restriction relation, patch by gaben

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.