Ignore:
Timestamp:
2014-12-04T23:14:23+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #10804 - cleanup in rendering of parking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7744 r7763  
    20512051area[amenity=parking_space],
    20522052area[amenity=parking],
    2053 area[parking=multi-storey],
    20542053area[amenity=motorcycle_parking],
    20552054area[amenity=bicycle_parking],
    2056 area[parking=park_and_ride],
    2057 area[parking=underground],
    2058 area[parking=surface],
    20592055area[amenity=bicycle_rental],
    20602056area[amenity=car_rental],
     
    20702066    set icon_z17;
    20712067    text: auto;
    2072 }node[amenity=parking] {
     2068}
     2069node[amenity=parking] {
    20732070    icon-image: vehicle/parking.png;
    20742071    set icon_z17;
    20752072    text: auto;
    20762073}
    2077 node[parking=multi-storey] {
     2074node[amenity=parking][parking=multi-storey] {
    20782075    icon-image: "vehicle/parking/multi-storey.png";
     2076    set icon_z17;
     2077    text: auto;
     2078}
     2079node[amenity=parking][parking=underground] {
     2080    icon-image: "vehicle/parking/underground.png";
    20792081    set icon_z17;
    20802082    text: auto;
     
    20922094node[park_ride][park_ride!=no] {
    20932095    icon-image: "vehicle/parking/park_ride.svg";
    2094     set icon_z17;
    2095     text: auto;
    2096 }
    2097 node[parking=underground] {
    2098     icon-image: "vehicle/parking/underground.png";
    2099     set icon_z17;
    2100     text: auto;
    2101 }
    2102 node[parking=surface] {
    2103     icon-image: "vehicle/parking.png";
    21042096    set icon_z17;
    21052097    text: auto;
Note: See TracChangeset for help on using the changeset viewer.