style/style.mss

changeset 2
8d4148a8ded4
parent 0
b0eb3af2f9ee
--- a/style/style.mss	Tue Sep 15 15:06:57 2020 +0300
+++ b/style/style.mss	Tue Sep 15 17:36:45 2020 +0300
@@ -25,6 +25,7 @@
 @religious-color: #c2cdb6;
 @construction-color: #ada9a0;
 @civic-services-color: #f0edcd;
+@wetland-color: #e8ebc6;
 
 #railway-landuse
 {
@@ -92,6 +93,13 @@
 			line-color: darken(@construction-color, 20%);
 		}
 	}
+	[feature = 'wetland'] {
+		polygon-fill: @wetland-color;
+		[zoom >= 17] {
+			line-width: 0.5;
+			line-color: darken(@wetland-color, 20%);
+		}
+	}
 }
 
 #civic-services {

mercurial