Changes between Version 212 and Version 213 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2023-02-08T12:23:47+01:00 (2 years ago)
Author:
mikeho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v212 v213  
    631631=== Zoom selector ===
    632632You can decorate a type selector with a '''zoom selector'''. The zoom selector restricts the range of zoom levels at which the respective MapCSS rule is applied.
    633 ||= =Example 1= =||= '''Example 2''' =||= '''Example 3''' =||= '''Description''' =||
     633||= ===Example 1=== =||= '''Example 2''' =||= '''Example 3''' =||= '''Description''' =||
    634634|| `way|z12 {...}` || `node|z12 {...}` || `node|z12[...] {...}` || At zoom level 12 ||
    635635|| `way|z13-15 {...}` || `node|z13-15 {...}` || `way|z13-15[...] {...}` ||From 13 to 15 ||