Index: trunk/resources/data/defaultpresets.xml
===================================================================
--- trunk/resources/data/defaultpresets.xml	(revision 19255)
+++ trunk/resources/data/defaultpresets.xml	(revision 19256)
@@ -5435,4 +5435,19 @@
             </optional>
         </item> <!-- Poster box -->
+        <item name="Advertising Totem" icon="presets/leisure/totem.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:advertising=totem"/>
+            <space />
+            <key key="advertising" value="totem" />
+            <combo key="message" text="Message type" values="commercial,local,safety,legal,map,political,showbiz,non_profit,opinion,religion" />
+            <optional>
+                <reference ref="ref_operator"/>
+                <reference ref="common_advertising" />
+                <text key="width" text="Width (meters)" />
+                <combo key="sides" text="Sides" values="2,3,4,5,6,7,8,9,10" length="3" />
+                <combo key="orientation" text="Orientation" values="front,medium,parallel,opposite,multi" />
+                <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270" values_sort="false" />
+                <combo key="visibility" text="Visibility" values="street,area"/>
+            </optional>
+        </item> <!-- Totem -->
     </group> <!-- Facilities -->
   </group>  <!-- Facilities -->
Index: trunk/resources/images/presets/leisure/totem.svg
===================================================================
--- trunk/resources/images/presets/leisure/totem.svg	(revision 19256)
+++ trunk/resources/images/presets/leisure/totem.svg	(revision 19256)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   version="1.1"
+   id="svg1"
+   xmlns="http://www.w3.org/2000/svg">
+  <defs
+     id="defs1" />
+  <g
+     id="layer1">
+    <rect
+       style="fill:#ffffff;stroke:none;stroke-width:1;stroke-dasharray:none"
+       id="rect7"
+       width="16"
+       height="8"
+       x="0"
+       y="0" />
+    <rect
+       style="fill:#ffffff;stroke:none;stroke-width:0.843828;stroke-dasharray:none"
+       id="rect8"
+       width="3"
+       height="7.5"
+       x="6.5"
+       y="8" />
+    <rect
+       style="fill:#000000;stroke:none;stroke-width:0.905711;stroke-dasharray:none"
+       id="rect6"
+       width="15"
+       height="7"
+       x="0.5"
+       y="0.5" />
+    <rect
+       style="fill:#000000;stroke:none;stroke-width:0.852803;stroke-dasharray:none"
+       id="rect2"
+       width="2"
+       height="8"
+       x="7"
+       y="7" />
+    <text
+       xml:space="preserve"
+       style="font-size:5.33333px;text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#ffffff;stroke:none;stroke-width:1;stroke-dasharray:none"
+       x="0.7369833"
+       y="5.9335928"
+       id="text5"><tspan
+         id="tspan5"
+         x="0.7369833"
+         y="5.9335928"
+         style="font-size:5.33333px;fill:#ffffff">Store</tspan></text>
+  </g>
+</svg>
Index: trunk/resources/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/resources/styles/standard/elemstyles.mapcss	(revision 19255)
+++ trunk/resources/styles/standard/elemstyles.mapcss	(revision 19256)
@@ -2371,6 +2371,11 @@
     set icon_z17;
 }
+node[advertising=totem] {
+    icon-image: "presets/leisure/totem.svg";
+    set icon_z17;
+}
 way[advertising=billboard],
-way[advertising=poster_box] {
+way[advertising=poster_box],
+way[advertising=totem] {
     width: 2;
     color: advertising#880000;
