Changes between Version 76 and Version 77 of Nl:Help/Styles/MapCSSImplementation
- Timestamp:
- 2021-12-02T19:24:35+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nl:Help/Styles/MapCSSImplementation
v76 v77 1 [[TranslatedPages(revision=20 0)]]1 [[TranslatedPages(revision=202)]] 2 2 [[PageOutline(2-10,Inhoud)]] 3 3 = MapCSS Implementation= … … 1412 1412 }}} 1413 1413 1414 * omhulling binnen gebied 1415 {{{ 1416 #!mapcss 1417 area[building]:clockwise { 1418 right-casing-width: 10; 1419 } 1420 area[building]:anticlockwise { 1421 left-casing-width: 10; 1422 } 1423 /* of */ 1424 area[building][is_clockwise()] { 1425 right-casing-width: 10; 1426 } 1427 area[building][is_anticlockwise()] { 1428 left-casing-width: 10; 1429 } 1430 }}} 1414 1431 1415 1432 == Opmerkingen over compatibiliteit ==
