Changes between Version 201 and Version 202 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2021-11-29T02:44:34+01:00 (4 years ago)
Author:
Woazboat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v201 v202  
    14091409{{{
    14101410#!mapcss
     1411area[building]:clockwise {
     1412    right-casing-width: 10;
     1413}
     1414area[building]:anticlockwise {
     1415    left-casing-width: 10;
     1416}
     1417/* or */
    14111418area[building][is_clockwise()] {
    14121419    right-casing-width: 10;