Index: trunk/resources/data/defaultpresets.xml
===================================================================
--- trunk/resources/data/defaultpresets.xml	(revision 17528)
+++ trunk/resources/data/defaultpresets.xml	(revision 17529)
@@ -114,4 +114,10 @@
             </checkgroup>
         </optional>
+    </chunk>
+    <chunk id="common_advertising">
+        <text key="height" text="Height (meters)" length="7" />
+        <combo key="animated" text="Animated" values="yes,winding_posters,screen,trivision_blades,revolving,digital_messages,digital_prices,no" values_sort="false" />
+        <check key="luminous" text="Luminous" />
+        <check key="lit" text="Lit" />
     </chunk>
     <chunk id="min_age">
@@ -4769,5 +4775,5 @@
             <key key="advertising" value="column" />
             <optional>
-                <check key="lit" text="Lit" />
+                <reference ref="common_advertising" />
             </optional>
         </item> <!-- Advertising Column -->
@@ -4777,7 +4783,15 @@
             <key key="advertising" value="billboard" />
             <optional>
-                <check key="lit" text="Lit" />
+                <reference ref="common_advertising" />
             </optional>
         </item> <!-- Billboard -->
+        <item name="Poster box" icon="presets/leisure/poster_box.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:advertising=poster_box" />
+            <space />
+            <key key="advertising" value="poster_box" />
+            <optional>
+                <reference ref="common_advertising" />
+            </optional>
+        </item> <!-- Poster box -->
     </group> <!-- Facilities -->
   </group>  <!-- Facilities -->
Index: trunk/resources/images/presets/leisure/poster_box.svg
===================================================================
--- trunk/resources/images/presets/leisure/poster_box.svg	(revision 17529)
+++ trunk/resources/images/presets/leisure/poster_box.svg	(revision 17529)
@@ -0,0 +1,15 @@
+<svg height="297mm" viewBox="0 0 744.09448819 1052.3622047" width="210mm" xmlns="http://www.w3.org/2000/svg">
+    <g fill="none" stroke="#999" stroke-linejoin="bevel" stroke-width="18.158001">
+        <path d="m191.07091 110.05134h420.01941v636.29248h-420.01941z"/>
+        <path d="m200.22273 100.90605h420.01941v636.29248h-420.01941z"/>
+        <path d="m181.98607 119.14932h420.01941v636.29248h-420.01941z"/>
+        <path d="m172.82809 128.40114h420.01941v636.29248h-420.01941z"/>
+    </g>
+    <path d="m161.06851 145.01726h422.41934v625.82373h-422.41934z" fill="#fffe73"/>
+    <path d="m163.65485 137.5267h420.01941v636.29248h-420.01941z" fill="none" stroke="#999" stroke-linejoin="bevel" stroke-width="18.158001"/>
+    <path d="m320.90356 794.83813h159.03918v128.539h-159.03918z" fill="#999" stroke="#999" stroke-width="43.787045"/>
+    <g stroke-linecap="round">
+        <path d="m375.44702 604.95685-31.36911-32.59461-39.51394 10.15676 21.30573-39.90609-21.87013-34.44138 44.53677 7.9313 25.99746-31.4427 6.21951 44.80789 37.93744 15.00872-40.6929 19.76151z" fill="#b5befe" stroke="#f00" stroke-linejoin="round" stroke-width="8" transform="matrix(2.9276076 0 0 2.9543481 -678.75878 -1168.1206)"/>
+        <ellipse cx="400.40192" cy="947.48474" fill="#999" rx="92.605949" ry="10.238518" stroke="#999" stroke-linejoin="bevel" stroke-width="17.680965"/>
+    </g>
+</svg>
Index: trunk/resources/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/resources/styles/standard/elemstyles.mapcss	(revision 17528)
+++ trunk/resources/styles/standard/elemstyles.mapcss	(revision 17529)
@@ -2117,5 +2117,10 @@
     set icon_z17;
 }
-way[advertising=billboard] {
+node[advertising=poster_box] {
+    icon-image: "presets/leisure/poster_box.svg";
+    set icon_z17;
+}
+way[advertising=billboard],
+way[advertising=poster_box] {
     width: 2;
     color: advertising#880000;
