Changes between Initial Version and Version 2 of Ticket #10106
- Timestamp:
- 2014-12-25T22:43:32+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10106
- Property Keywords mapcss added
-
Ticket #10106 – Description
initial v2 2 2 I want to hide the new cycleway mappaint of elemstyle (see #10057). So I use an additional mapcss file with the following code. This work fine and hides all cycleway tracks. 3 3 {{{ 4 #!mapcss 4 5 way.tR::core_cycleway 5 6 { … … 13 14 However, grouping both selectors as in the following example doesn't work correctly. 14 15 {{{ 16 #!mapcss 15 17 way.tR::core_cycleway, 16 18 way[prop("tL","core_cycleway")]::core_cycleway2