Modify ↓
Opened 10 years ago
#11455 new enhancement
Allow explicit fix target selection with ∈ (element of) operator
Reported by: | Dakon | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
I would like to be able to specify if a fix statement applies to the inner, outer, or both element when matching with the ∈ operator.
Example:
node[foo=bar][baz] ∈ way[highway]
{
fixRemove[inner]: "foo";
fixAdd[both]: "bar=yes";
fixChangeKey[outer]: "highway=>barrier";
}
Attachments (0)
Note:
See TracTickets
for help on using tickets.