Changes between Initial Version and Version 1 of Ticket #20019, comment 2
- Timestamp:
- 2020-11-02T21:10:51+01:00 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20019, comment 2
initial v1 1 Personally I have this in my custom rules, perhaps it helps? It also covers the 'two-different-highway' case .1 Personally I have this in my custom rules, perhaps it helps? It also covers the 'two-different-highway' case with just mapcss. 2 2 {{{ 3 3 #!rule … … 7 7 } 8 8 }}} 9 10 p.s.: obviously it can be made more generic using just a single regex; something like (untested): 11 `node[/(^|:)direction$/=~/^(forward|backward)$/]:connection`