Changes between Version 160 and Version 161 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2019-08-02T21:28:19+02:00 (7 years ago)
Author:
Klumbumbus
Comment:

don't use deprecated tag in example

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v160 v161  
    5050way[highway=residential] {  /*  the styles */}
    5151
    52 /* applied to new, closed ways on layer 1, provided they have the tag amenity=parking and access=public, and provided
     52/* applied to new, closed ways on layer 1, provided they have the tag amenity=parking and access=customers, and provided
    5353 * the zoom level is between 11 and 14
    5454 */
    55 way|z11-14[amenity=parking][access=public]:closed:new::layer_1 {...}
    56 
    57 
    58 area[amenity=parking][access=public], area[amenity=parking][!access] {...}
     55way|z11-14[amenity=parking][access=customers]:closed:new::layer_1 {...}
     56
     57
     58area[amenity=parking][access=customers], area[amenity=parking][!access] {...}
    5959relation[type=route][route=foot] > way::relation_underlay {..}
    6060}}}