Changes between Version 20 and Version 21 of Styles/iD


Ignore:
Timestamp:
2024-02-12T15:33:32+01:00 (2 years ago)
Author:
jmxtzgbv9
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/iD

    v20 v21  
    32953295}
    32963296area[landuse=meadow] {
    3297     fill-color: meadow#b1e0b6;
     3297    fill-color: meadow#bee53f;
    32983298    width: 1;
    32993299}
    3300 area[landuse=vineyard],
     3300area[landuse=vineyard] {
     3301    fill-color: green#c3d740;
     3302    width: 1;
     3303}
    33013304area[landuse=orchard] {
    3302     fill-color: green#b1e0c2;
     3305    fill-color: green#c3d740;
    33033306    width: 1;
    33043307}
     
    33423345}
    33433346area[landuse=garages] {
    3344     fill-color: garages#d6c8aa;
     3347    fill-color: garages#aaa9a9;
    33453348    width: 1;
    33463349}
     
    33493352    width: 1;
    33503353}
    3351 area[landuse=retail],
     3354area[landuse=retail] {
     3355    fill-color: retail#d4831c;
     3356    width: 1;
     3357}
    33523358area[landuse=commercial] {
    3353     fill-color: retail#ffc4ee;
     3359    fill-color: commercial#ffc4ee;
    33543360    width: 1;
    33553361}