Index: /trunk/data/defaultpresets.xml
===================================================================
--- /trunk/data/defaultpresets.xml	(revision 7327)
+++ /trunk/data/defaultpresets.xml	(revision 7328)
@@ -1181,4 +1181,9 @@
             <key key="highway" value="turning_circle" />
         </item>
+        <item name="Turning Loop" icon="styles/standard/vehicle/turning_loop.png" type="node" preset_name_label="true">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=turning_lopp"
+                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=turning_loop" />
+            <key key="highway" value="turning_loop" />
+        </item>
         <item name="City Limit" icon="presets/citylimit.png" type="node" preset_name_label="true">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:traffic_sign=city_limit"
Index: /trunk/styles/standard/elemstyles.mapcss
===================================================================
--- /trunk/styles/standard/elemstyles.mapcss	(revision 7327)
+++ /trunk/styles/standard/elemstyles.mapcss	(revision 7328)
@@ -739,4 +739,8 @@
 node[highway=turning_circle] {
     icon-image: "vehicle/turning_circle.png";
+    text: auto;
+}
+node[highway=turning_loop] {
+    icon-image: "vehicle/turning_loop.png";
     text: auto;
 }
