Modify

Opened 15 years ago

Closed 15 years ago

Last modified 13 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 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by anonymous

Attachment: presets.diff added

comment:1 Changed 15 years ago by anonymous

Updated patch for latest revision of presets.xml.

comment:2 Changed 15 years ago by stoecker

comment:3 Changed 15 years ago by ce

Resolution: fixed
Status: newclosed

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

comment:4 in reply to:  3 Changed 13 years ago by anonymous

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.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.