Changes between Version 1 and Version 2 of Styles/NewParkingFeatures


Ignore:
Timestamp:
2012-02-05T19:00:16+01:00 (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/NewParkingFeatures

    v1 v2  
    1919}
    2020
     21node[amenity=parking_entrance] {
     22        symbol-shape: circle;
     23        symbol-size: 13;
     24        symbol-fill-color: #f7efb7;
     25        symbol-fill-opacity: 0.5;
     26        symbol-stroke-width: 2;
     27        symbol-stroke-color: #f7efb7;
     28}
     29
     30relation[site=parking][amenity=parking][type=site] > node[amenity=parking_entrance] {
     31        symbol-shape: circle;
     32        symbol-size: 13;
     33        symbol-fill-color: #f7efb7;
     34        symbol-fill-opacity: 0.5;
     35        symbol-stroke-width: 5;
     36        symbol-stroke-color: green;
     37}
     38
    2139area[amenity=parking_space] {
    2240        fill-color: #f7efb7;
     41        fill-opacity: 0.3;
    2342        text: capacity;
    2443        text-position: center;