Modify

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#1957 closed enhancement (fixed)

Add inclines to presets.xml

Reported by: markb@… 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)

presets.diff (676 bytes ) - added by anonymous 16 years ago.

Download all attachments as: .zip

Change History (5)

by anonymous, 16 years ago

Attachment: presets.diff added

comment:1 by anonymous, 16 years ago

Updated patch for latest revision of presets.xml.

comment:2 by stoecker, 16 years ago

comment:3 by ce, 16 years ago

Resolution: fixed
Status: newclosed

Frankly, I never was a friend of entering inclines as nodes. But well, it's in map features, so...

in reply to:  3 comment:4 by anonymous, 14 years ago

Replying to christeck:

But well, it's in map features, so...

Not anymore :-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ce.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.