Modify

Opened 4 years ago

Closed 4 years ago

Last modified 3 years ago

#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)

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

Download all attachments as: .zip

Change History (5)

Changed 4 years ago by anonymous

comment:1 Changed 4 years ago by anonymous

Updated patch for latest revision of presets.xml.

comment:2 Changed 4 years ago by stoecker

  • Owner changed from ce to christeck

comment:3 follow-up: 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...

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

Replying to christeck:

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

Not anymore :-)

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


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

 
Note: See TracTickets for help on using tickets.