--- resources/data/defaultpresets.xml  2021-10-10 18:06:45.944625783 +0200
+++ resources/data/defaultpresets.xml  2021-10-10 18:07:44.554613868 +0200
@@ -8420,6 +8420,12 @@
             <reference ref="population_postcode_website" />
         </item> <!-- Farm -->
         <separator/>
+        <item name="City Block" icon="presets/place/cityblock.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
+            <link wiki="Tag:place=city_block" />
+            <space />
+            <key key="place" value="city_block" />
+            <reference ref="name_wikipedia_wikidata" />
+        </item> <!-- City Block -->
         <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
             <link wiki="Tag:place=locality" />
             <space />
--- resources/styles/standard/elemstyles.mapcss 2021-10-10 18:06:54.537956925 +0200
+++ resources/styles/standard/elemstyles.mapcss 2021-10-10 18:07:44.554613868 +0200
@@ -5359,6 +5359,7 @@
 area[setting("place_fill_colour")][place=neighbourhood],
 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] {
     fill-color: place#8de3cb;
@@ -5378,6 +5379,7 @@
 node[place=hamlet],
 node[place=isolated_dwelling],
 node[place=farm],
+node[place=city_block],
 node[place=island],
 node[place=islet] {
     set icon_z0;
@@ -5433,6 +5435,10 @@
     icon-image: "presets/place/farm.svg";
     z-index: 2.1;
 }
+node[place=city_block] {
+    icon-image: "presets/place/cityblock.svg";
+    z-index: 2.1;
+}
 node|z15-[place=locality],
 node|z-14[place=locality][!setting("hide_icons")] {
     icon-image: "presets/place/locality.svg";
--- resources/data/validator/ignoretags.cfg    2021-10-10 18:14:40.224684860 +0200
+++ resources/data/validator/ignoretags.cfg    2021-10-10 18:14:50.678022529 +0200
@@ -202,7 +202,6 @@
 K:toilets:wheelchair=no
 K:locality=townland
 K:place=allotments
-K:place=city_block
 K:place=plot
 K:building=bank
 K:building=chalet
