Index: trunk/resources/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/resources/styles/standard/elemstyles.mapcss	(revision 18264)
+++ trunk/resources/styles/standard/elemstyles.mapcss	(revision 18269)
@@ -5360,4 +5360,5 @@
 area[setting("place_fill_colour")][place=suburb],
 area[setting("place_fill_colour")][place=locality],
+area[setting("place_fill_colour")][place=city_block],
 area[place=island],
 area[place=islet] {
@@ -5379,4 +5380,5 @@
 node[place=isolated_dwelling],
 node[place=farm],
+node[place=city_block],
 node[place=island],
 node[place=islet] {
@@ -5432,4 +5434,8 @@
 node[place=farm] {
     icon-image: "presets/place/farm.svg";
+    z-index: 2.1;
+}
+node[place=city_block] {
+    icon-image: "presets/place/cityblock.svg";
     z-index: 2.1;
 }
