Changes between Version 212 and Version 213 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-02-08T12:23:47+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v212 v213 631 631 === Zoom selector === 632 632 You 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''' =|| 634 634 || `way|z12 {...}` || `node|z12 {...}` || `node|z12[...] {...}` || At zoom level 12 || 635 635 || `way|z13-15 {...}` || `node|z13-15 {...}` || `way|z13-15[...] {...}` ||From 13 to 15 ||