#1957 closed enhancement (fixed)
Add inclines to presets.xml
Reported by: | Owned by: | ce | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Internal preset | Version: | latest |
Keywords: | Cc: |
Description
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 -->
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | presets.diff added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
follow-up: 4 comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Frankly, I never was a friend of entering inclines as nodes. But well, it's in map features, so...
Updated patch for latest revision of presets.xml.