Changes between Version 160 and Version 161 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2019-08-02T21:28:19+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v160 v161 50 50 way[highway=residential] { /* the styles */} 51 51 52 /* applied to new, closed ways on layer 1, provided they have the tag amenity=parking and access= public, and provided52 /* applied to new, closed ways on layer 1, provided they have the tag amenity=parking and access=customers, and provided 53 53 * the zoom level is between 11 and 14 54 54 */ 55 way|z11-14[amenity=parking][access= public]:closed:new::layer_1 {...}56 57 58 area[amenity=parking][access= public], area[amenity=parking][!access] {...}55 way|z11-14[amenity=parking][access=customers]:closed:new::layer_1 {...} 56 57 58 area[amenity=parking][access=customers], area[amenity=parking][!access] {...} 59 59 relation[type=route][route=foot] > way::relation_underlay {..} 60 60 }}}
