Changes between Initial Version and Version 1 of Ticket #17129
- Timestamp:
- 2018-12-20T20:42:47+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17129 – Description
initial v1 1 1 It is not currently possible to do the following: 2 2 {{{ 3 #!mapcss 3 4 way[highway][turn:lanes][oneway][count(split("|", tag("turn:lanes"))) != tag("lanes")]:selected, 4 5 way[highway][turn:lanes][!oneway][2 * count(split("|", tag("turn:lanes"))) != tag("lanes")]:selected, … … 13 14 Since I've got another test without the :selected psuedoclass, I can move the assertMatch/assertNoMatch to that test, e.g. 14 15 {{{ 16 #!mapcss 15 17 way[highway][turn:lanes][oneway][count(split("|", tag("turn:lanes"))) != tag("lanes")], 16 18 way[highway][turn:lanes][!oneway][2 * count(split("|", tag("turn:lanes"))) != tag("lanes")], … … 23 25 instead of 24 26 {{{ 25 27 #!mapcss 26 28 way[highway][turn:lanes][oneway][count(split("|", tag("turn:lanes"))) != tag("lanes")], 27 29 way[highway][turn:lanes][!oneway][2 * count(split("|", tag("turn:lanes"))) != tag("lanes")],


