Changes between Version 200 and Version 201 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2021-11-28T21:45:26+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v200 v201 1406 1406 }}} 1407 1407 1408 * casing on inside of area 1409 {{{ 1410 #!mapcss 1411 area[building][is_clockwise()] { 1412 right-casing-width: 10; 1413 } 1414 area[building][is_anticlockwise()] { 1415 left-casing-width: 10; 1416 } 1417 }}} 1418 1408 1419 1409 1420 == Compatibility notes ==