Changes between Version 76 and Version 77 of Nl:Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2021-12-02T19:24:35+01:00 (4 years ago)
Author:
DiGro
Comment:

adjusted to revision 202

Legend:

Unmodified
Added
Removed
Modified
  • Nl:Help/Styles/MapCSSImplementation

    v76 v77  
    1 [[TranslatedPages(revision=200)]]
     1[[TranslatedPages(revision=202)]]
    22[[PageOutline(2-10,Inhoud)]]
    33= MapCSS Implementation=
     
    14121412}}}
    14131413
     1414* omhulling binnen gebied
     1415{{{
     1416#!mapcss
     1417area[building]:clockwise {
     1418    right-casing-width: 10;
     1419}
     1420area[building]:anticlockwise {
     1421    left-casing-width: 10;
     1422}
     1423/* of */
     1424area[building][is_clockwise()] {
     1425    right-casing-width: 10;
     1426}
     1427area[building][is_anticlockwise()] {
     1428    left-casing-width: 10;
     1429}
     1430}}}
    14141431
    14151432== Opmerkingen over compatibiliteit ==