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


Ignore:
Timestamp:
2021-11-28T21:45:26+01:00 (4 years ago)
Author:
Woazboat
Comment:

Add is_clockwise() / is_anticlockwise() example

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v200 v201  
    14061406}}}
    14071407
     1408* casing on inside of area
     1409{{{
     1410#!mapcss
     1411area[building][is_clockwise()] {
     1412    right-casing-width: 10;
     1413}
     1414area[building][is_anticlockwise()] {
     1415    left-casing-width: 10;
     1416}
     1417}}}
     1418
    14081419
    14091420== Compatibility notes ==