﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1957	Add inclines to presets.xml	markb@…	ce	"JOSM (SVN 1208) doesn't have presets for incline or incline_steep so I have
patched presets.xml.

Incidentally, JOSM displays a little incline symbol when the node has
been tagged but that symbol isn't in the presets directory.

Index: presets/presets.xml
===================================================================
--- presets/presets.xml	(revision 1208)
+++ presets/presets.xml	(working copy)
@@ -797,6 +797,14 @@
 			<text key=""name"" text=""Name"" default="""" delete_if_empty=""true"" />
 			<text key=""ele"" text=""Elevation"" default="""" delete_if_empty=""true"" />
 		</item>
+
+		<item name=""Incline"" icon=""presets/empty.png"">
+			<key key=""highway"" value=""incline"" />
+		</item>
+
+		<item name=""Steep Incline"" icon=""presets/empty.png"">
+			<key key=""highway"" value=""incline_steep"" />
+		</item>
 	</group> <!-- Waypoints -->
"	enhancement	closed	minor		Internal preset	latest	fixed		
