Index: osm-map-features-z12.xml
===================================================================
--- osm-map-features-z12.xml	(revision 11848)
+++ osm-map-features-z12.xml	(working copy)
@@ -753,7 +753,7 @@
 		
 		<!-- Landuse -->
 		<!-- at zoom 12 render all landuse in the same colour so it doesn't look too psychedelic -->
-		<rule e="way" k="landuse" v="residential|farmyard|retail|industrial|brownfield|commercial|cemetery|quarry" layer="-5">
+		<rule e="way" k="landuse" v="residential|farmyard|retail|industrial|brownfield|commercial|cemetery|quarry|greenfield|construction" layer="-5">
 			<area class="landuse-all" layer="-5"/>
 		</rule>
 		
Index: osm-map-features-z13.xml
===================================================================
--- osm-map-features-z13.xml	(revision 11848)
+++ osm-map-features-z13.xml	(working copy)
@@ -863,7 +863,10 @@
 		<rule e="way" k="landuse" v="commercial" layer="-5">
 			<area class="landuse-commercial" layer="-5"/>
 		</rule>
-		
+		<rule e="way" k="landuse" v="construction|greenfield" layer="-5">
+			<area class="landuse-construction" layer="-5"/>
+		</rule>
+	
 		<!-- Artificial landuse -->
 		<rule e="way" k="amenity" v="school|college|university" layer="-5">
 			<area class="amenity-school" layer="-5"/>
@@ -1449,6 +1452,12 @@
 			stroke: #f0f0f0;
 			stroke-width: 0.2px;
 			}
+
+			.landuse-construction {
+			stroke: #f0f0f0;
+			stroke-width: 0.2px;
+			fill: #a47c41;
+			}
 			
 			.landuse-commercial {
 			fill: #ffffc0;
Index: osm-map-features-z14.xml
===================================================================
--- osm-map-features-z14.xml	(revision 11848)
+++ osm-map-features-z14.xml	(working copy)
@@ -1008,6 +1008,9 @@
 		<rule e="way" k="landuse" v="commercial" layer="-5">
 			<area class="landuse-commercial" layer="-5"/>
 		</rule>
+		<rule e="way" k="landuse" v="construction|greenfield" layer="-5">
+			<area class="landuse-construction" layer="-5"/>
+		</rule>
 		
 		<!-- Artificial landuse -->
 		<rule e="way" k="amenity" v="school|college|university" layer="-5">
@@ -1770,6 +1773,12 @@
 			stroke-width: 0.4px;
 			}
 			
+			.landuse-construction {
+			stroke: #f0f0f0;
+			stroke-width: 0.2px;
+			fill: #a47c41;
+			}
+			
 			.landuse-commercial {
 			fill: #ffffc0;
 			stroke: #f0f0f0;
Index: osm-map-features-z15.xml
===================================================================
--- osm-map-features-z15.xml	(revision 11848)
+++ osm-map-features-z15.xml	(working copy)
@@ -1183,6 +1183,9 @@
 		<rule e="way" k="landuse" v="commercial" layer="-5">
 			<area class="landuse-commercial" layer="-5"/>
 		</rule>
+		<rule e="way" k="landuse" v="construction|greenfield" layer="-5">
+			<area class="landuse-construction" layer="-5"/>
+		</rule>
 		
 		<!-- Artificial landuse -->
 		<rule e="way" k="amenity" v="school|college|university" layer="-5">
@@ -1937,6 +1940,12 @@
 			stroke-width: 0.4px;
 			}
 			
+			.landuse-construction {
+			stroke: #f0f0f0;
+			stroke-width: 0.2px;
+			fill: #a47c41;
+			}
+			
 			.landuse-commercial {
 			fill: #ffffc0;
 			stroke: #f0f0f0;
Index: osm-map-features-z16.xml
===================================================================
--- osm-map-features-z16.xml	(revision 11848)
+++ osm-map-features-z16.xml	(working copy)
@@ -1557,6 +1557,9 @@
 		<rule e="way" k="landuse" v="commercial" layer="-5">
 			<area class="landuse-commercial" layer="-5"/>
 		</rule>
+		<rule e="way" k="landuse" v="construction|greenfield" layer="-5">
+			<area class="landuse-construction" layer="-5"/>
+		</rule>
 		
 		<!-- Artificial landuse -->
 		<rule e="way" k="amenity" v="school|college|university" layer="-5">
@@ -2501,6 +2504,12 @@
 			stroke-width: 0.2px;
 			}
 			
+			.landuse-construction {
+			stroke: #f0f0f0;
+			stroke-width: 0.2px;
+			fill: #a47c41;
+			}
+			
 			.landuse-commercial {
 			fill: #ffffc0;
 			stroke: #f0f0f0;
Index: osm-map-features-z17.xml
===================================================================
--- osm-map-features-z17.xml	(revision 11848)
+++ osm-map-features-z17.xml	(working copy)
@@ -1849,7 +1849,10 @@
 		<rule e="way" k="landuse" v="commercial" layer="-5">
 			<area class="landuse-commercial" layer="-5"/>
 		</rule>
-		
+		<rule e="way" k="landuse" v="construction|greenfield" layer="-5">
+			<area class="landuse-construction" layer="-5"/>
+		</rule>
+	
 		<!-- Artificial landuse -->
 		<rule e="way" k="amenity" v="school|college|university" layer="-5">
 			<area class="amenity-school" layer="-5"/>
@@ -3041,6 +3044,12 @@
 			stroke-width: 0.2px;
 			}
 			
+			.landuse-construction {
+			stroke: #f0f0f0;
+			stroke-width: 0.2px;
+			fill: #a47c41;
+			}
+			
 			.landuse-commercial {
 			fill: #ffffc0;
 			stroke: #f0f0f0;
