Ticket #6143: place-name.patch
| File place-name.patch, 872 bytes (added by , 15 years ago) |
|---|
-
openstreetmap/josm/gui/DefaultNameFormatter.java
49 49 } 50 50 51 51 /** the default list of tags which are used as naming tags in relations */ 52 static public final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", " ref", "restriction", "landuse", "natural",53 " public_transport", ":LocationCode", "note"};52 static public final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "place_name", "ref", "restriction", 53 "landuse", "natural", "public_transport", ":LocationCode", "note"}; 54 54 55 55 /** the current list of tags used as naming tags in relations */ 56 56 static private List<String> namingTagsForRelations = null;
