Ticket #6454: destination.patch
| File destination.patch, 775 bytes (added by , 15 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/DefaultNameFormatter.java
83 83 84 84 /** the default list of tags which are used as naming tags in relations */ 85 85 static public final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "ref", "restriction", "landuse", "natural", 86 " public_transport", ":LocationCode", "note"};86 "destination", "public_transport", ":LocationCode", "note"}; 87 87 88 88 /** the current list of tags used as naming tags in relations */ 89 89 static private List<String> namingTagsForRelations = null;
