Index: trunk/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/styles/standard/elemstyles.mapcss	(revision 13379)
+++ trunk/styles/standard/elemstyles.mapcss	(revision 13382)
@@ -4652,5 +4652,5 @@
     icon-image: "presets/place/locality.svg";
     font-weight: bold;
-    text-color:black;
+    text-color: black;
     text-halo-color: white;
     text-halo-radius: 1;
@@ -4661,4 +4661,12 @@
 node[place=islet] {
     icon-image: "presets/place/islet.svg";
+}
+
+area[place=square] {
+    fill-color: place#8de3cb;
+}
+node[place=square] {
+    icon-image: "presets/place/square.svg";
+    set icon_z17;
 }
 
@@ -4692,5 +4700,5 @@
 /*
 Summary of different zoom levels:
-  (any zoom)    place=* (except locality) and a few natural icons with their text is shown
+  (any zoom)    place=* (except locality and square) and a few natural icons with their text is shown
   |z-14         tagged way nodes are hidden completely
   |z-15         untagged way nodes are hidden completely
@@ -4701,5 +4709,5 @@
   |z18-         text for normal POI icons is shown
   
- * text size and node size is adapted according to zoom level (see style source below), place labels (except locality) don't get smaller
+ * text size and node size is adapted according to zoom level (see style source below), place labels (except locality and square) don't get smaller
  * all these zoom features are modifiable via style settings
  * maxspeed icons should not be distinguishable from POIs with "icon-image" property
