#1957 closed enhancement (fixed)
Add inclines to presets.xml
| Reported by: | markb@… | Owned by: | christeck |
|---|---|---|---|
| Priority: | minor | 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)
Changed 4 years ago by anonymous
comment:1 Changed 4 years ago by anonymous
comment:2 Changed 4 years ago by stoecker
- Owner changed from ce to christeck
comment:3 follow-up: ↓ 4 Changed 4 years ago by christeck
- Resolution set to fixed
- Status changed from new to 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.