Changes between Version 4 and Version 5 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2011-03-18T14:34:21+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v4 v5 59 59 60 60 === Zoom selector === 61 You can restrict the scale at that thea given rule applies.61 You can restrict the scale at which a given rule applies. 62 62 || {{{way|z12 {...}}}} || At zoom level 12 || 63 63 || {{{way|z13-15 {...}}}} || From 13 to 15 || … … 65 65 || {{{way|z-12 {...}}}} || 12 and below || 66 66 || {{{way {...}}}} || any zoom level || 67 The precise definition of scale ranges for each zoom level may change in future. By rule of thumb you can expect to be approximately at zoom level ''n'' when imagery displays slippymap tiles of level ''n''. 67 The precise definition of scale ranges for each zoom level may change in the future. By rule of thumb you can expect to be approximately at zoom level ''n'' when imagery displays slippymap tiles of level ''n''. 68 68 69 69 === Condition selector ===