Changeset 14315 in josm


Ignore:
Timestamp:
2018-10-12T22:33:47+02:00 (6 years ago)
Author:
Don-vip
Message:

fix #16833 - use "building:part" in object descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java

    r14306 r14315  
    8989     */
    9090    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"};
    9292
    9393    /** the current list of tags used as naming tags in relations */
Note: See TracChangeset for help on using the changeset viewer.