Skip to content

Commit fc0a053

Browse files
author
taylor.smock
committed
Fix #21046: Add description to the default naming tags for relations
`description` currently comes before `note`, since `description` is more likely to describe the object well for the mapper. git-svn-id: https://josm.openstreetmap.de/svn/trunk@18542 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent c4d7fa4 commit fc0a053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public static void unregisterFormatHook(NameFormatterHook hook) {
105105
"wetland",
106106
//
107107
":LocationCode",
108+
"description",
108109
"note",
109110
"?building",
110111
"?building:part",

0 commit comments

Comments
 (0)