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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

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