Changes between Version 214 and Version 215 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-02-08T12:26:14+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v214 v215 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 ||= 634 '''Example 1''' 635 =||= '''Example 2''' =||= '''Example 3''' =||= '''Description''' =|| 633 ||= '''Example 1''' =||= '''Example 2''' =||= '''Example 3''' =||= '''Description''' =|| 636 634 || `way|z12 {...}` || `node|z12 {...}` || `node|z12[...] {...}` || At zoom level 12 || 637 635 || `way|z13-15 {...}` || `node|z13-15 {...}` || `way|z13-15[...] {...}` ||From 13 to 15 ||