Changes between Version 4 and Version 5 of Fr:Help/Styles/MapCSSImplementation
- Timestamp:
- 2021-11-29T10:15:33+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Fr:Help/Styles/MapCSSImplementation
v4 v5 1 [[TranslatedPages(revision=20 0)]]1 [[TranslatedPages(revision=202)]] 2 2 [[PageOutline(2-10,Table des Matières)]] 3 3 = Mise en œuvre de MapCSS = … … 1399 1399 }}} 1400 1400 1401 * enveloppe à l'intérieur de la zone 1402 {{{ 1403 #!mapcss 1404 area[building]:clockwise { 1405 right-casing-width: 10; 1406 } 1407 area[building]:anticlockwise { 1408 left-casing-width: 10; 1409 } 1410 /* ou */ 1411 area[building][is_clockwise()] { 1412 right-casing-width: 10; 1413 } 1414 area[building][is_anticlockwise()] { 1415 left-casing-width: 10; 1416 } 1417 }}} 1418 1401 1419 1402 1420 == Remarques sur la compatibilité ==