Ignore:
Timestamp:
2017-04-14T14:59:05+02:00 (7 years ago)
Author:
stoecker
Message:

add leisure and amenity to multipolygon naming

File:
1 edited

Legend:

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

    r11608 r11900  
    9696     */
    9797    private static final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "ref", "restriction", "landuse", "natural",
    98         "public_transport", ":LocationCode", "note", "?building"};
     98        "leisure", "amenity", "public_transport", ":LocationCode", "note", "?building"};
    9999
    100100    /** the current list of tags used as naming tags in relations */
Note: See TracChangeset for help on using the changeset viewer.