Modify

Opened 6 years ago

Last modified 6 years ago

#16999 new enhancement

Allow .class on left side of parent/child selectors

Reported by: taylor.smock Owned by: team
Priority: minor Milestone:
Component: External rule Version: latest
Keywords: Cc:

Description (last modified by Don-vip)

node[traffic_calming] { set .traffic_calming }
node.traffic_calming < way[highway] { // Does not work. Expected behavior is to select the way that has the node with the class traffic_calming
        throwError: "Traffic calming in highway (way)";
}
node[traffic_calming] < way[highway] { // Works (example from wiki)
        throwError: "Traffic calming in highway (standard)";
}
way[highway] > node.traffic_calming { // Works, but selects node
        throwError: "Traffic calming in highway (node)";
}

Attachments (0)

Change History (1)

comment:1 by Don-vip, 6 years ago

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to taylor.smock.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


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