Index: /trunk/data/defaultpresets.xml
===================================================================
--- /trunk/data/defaultpresets.xml	(revision 6776)
+++ /trunk/data/defaultpresets.xml	(revision 6777)
@@ -4825,4 +4825,11 @@
             <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
         </item>
+        <item name="Raceway" type="closedway">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=raceway" />
+            <label text="Edit Raceway" />
+            <space />
+            <key key="highway" value="raceway" />
+            <text key="name" text="Name" />
+        </item>
     </group> <!-- Motorsport -->
   </group> <!-- Sports -->
Index: /trunk/styles/standard/elemstyles.xml
===================================================================
--- /trunk/styles/standard/elemstyles.xml	(revision 6776)
+++ /trunk/styles/standard/elemstyles.xml	(revision 6777)
@@ -596,4 +596,9 @@
 
 	<rule>
+		<condition k="highway" v="raceway"/>
+		<line width="1" colour="raceway#ff80ff"/>
+	</rule>
+
+	<rule>
 		<condition k="direction" v="clockwise"/>
 		<icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
