1:959dc869b765 | 2:8d4148a8ded4 |
---|---|
23 @grass-color: #dfebc6; | 23 @grass-color: #dfebc6; |
24 @industrial-color: #e3d7e9; | 24 @industrial-color: #e3d7e9; |
25 @religious-color: #c2cdb6; | 25 @religious-color: #c2cdb6; |
26 @construction-color: #ada9a0; | 26 @construction-color: #ada9a0; |
27 @civic-services-color: #f0edcd; | 27 @civic-services-color: #f0edcd; |
28 @wetland-color: #e8ebc6; | |
28 | 29 |
29 #railway-landuse | 30 #railway-landuse |
30 { | 31 { |
31 polygon-fill: @industrial-color; | 32 polygon-fill: @industrial-color; |
32 [zoom >= 17] { | 33 [zoom >= 17] { |
90 [zoom >= 17] { | 91 [zoom >= 17] { |
91 line-width: 0.5; | 92 line-width: 0.5; |
92 line-color: darken(@construction-color, 20%); | 93 line-color: darken(@construction-color, 20%); |
93 } | 94 } |
94 } | 95 } |
96 [feature = 'wetland'] { | |
97 polygon-fill: @wetland-color; | |
98 [zoom >= 17] { | |
99 line-width: 0.5; | |
100 line-color: darken(@wetland-color, 20%); | |
101 } | |
102 } | |
95 } | 103 } |
96 | 104 |
97 #civic-services { | 105 #civic-services { |
98 polygon-fill: @civic-services-color; | 106 polygon-fill: @civic-services-color; |
99 [zoom >= 17] { | 107 [zoom >= 17] { |