Changeset 14315 in josm for trunk/src/org/openstreetmap/josm/data/osm
- Timestamp:
- 2018-10-12T22:33:47+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java
r14306 r14315 89 89 */ 90 90 private static final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "ref", "restriction", "landuse", "natural", 91 "leisure", "amenity", "public_transport", ":LocationCode", "note", "?building"}; 91 "leisure", "amenity", "public_transport", ":LocationCode", "note", "?building", "?building:part"}; 92 92 93 93 /** the current list of tags used as naming tags in relations */
Note:
See TracChangeset
for help on using the changeset viewer.