Modify ↓
Opened 9 years ago
Last modified 5 years ago
#11983 new enhancement
"Crossing ways" operator in MapCSS
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | mapcss | Cc: |
Description
Could we have some kind of "crossing ways" operator, please? (like #9516, but for ways)
For example:
way[waterway=river] ⤫ way[natural=tree_row] { throwWarning: tr("foo"); }
or even ways and relations:
way[highway] ⤫ relation[boundary=administrative] { throwWarning: tr("foo"); }
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
comment:3 by , 5 years ago
See also #13165. It would be quite easy to implement a new operator that works for lines, not closed areas.
Note:
See TracTickets
for help on using tickets.
This would be amazing, as it would essentially allow me and others to run "in-line" validation checks over an area I am working on.