Changeset 14680 in josm
- Timestamp:
- 2019-01-12T18:53:29+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java
r14323 r14680 88 88 * A ? prefix indicates a boolean value, for which the key (instead of the value) is used. 89 89 */ 90 private static final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "ref", "restriction", "landuse", "natural", 91 "leisure", "amenity", "public_transport", ":LocationCode", "note", "?building", "?building:part"}; 90 private static final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = { 91 "name", 92 "ref", 93 // 94 "amenity", 95 "landuse", 96 "leisure", 97 "natural", 98 "public_transport", 99 "restriction", 100 "water", 101 "waterway", 102 "wetland", 103 // 104 ":LocationCode", 105 "note", 106 "?building", 107 "?building:part", 108 }; 92 109 93 110 /** the current list of tags used as naming tags in relations */
Note:
See TracChangeset
for help on using the changeset viewer.