Changes between Version 214 and Version 215 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2023-02-08T12:26:14+01:00 (3 years ago)
Author:
mikeho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v214 v215  
    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 ||=
    634 '''Example 1'''
    635  =||= '''Example 2''' =||= '''Example 3''' =||= '''Description''' =||
     633||= '''Example 1''' =||= '''Example 2''' =||= '''Example 3''' =||= '''Description''' =||
    636634|| `way|z12 {...}` || `node|z12 {...}` || `node|z12[...] {...}` || At zoom level 12 ||
    637635|| `way|z13-15 {...}` || `node|z13-15 {...}` || `way|z13-15[...] {...}` ||From 13 to 15 ||