Ticket #6454: destination.patch

File destination.patch, 775 bytes (added by Zverikk, 21 months ago)
  • src/org/openstreetmap/josm/gui/DefaultNameFormatter.java

     
    8383 
    8484    /** the default list of tags which are used as naming tags in relations */ 
    8585    static public final String[] DEFAULT_NAMING_TAGS_FOR_RELATIONS = {"name", "ref", "restriction", "landuse", "natural", 
    86         "public_transport", ":LocationCode", "note"}; 
     86        "destination", "public_transport", ":LocationCode", "note"}; 
    8787 
    8888    /** the current list of tags used as naming tags in relations */ 
    8989    static private List<String> namingTagsForRelations =  null;