Changeset 5813 in josm for trunk


Ignore:
Timestamp:
2013-03-29T16:38:24+01:00 (11 years ago)
Author:
stoecker
Message:

#see 8379 - add untagged to help of search

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java

    r5602 r5813  
    409409                .addKeyword("type:relation", "type:relation ", tr("all relations"))
    410410                .addKeyword("closed", "closed ", tr("all closed ways"))
     411                .addKeyword("untagged", "untagged ", tr("object without useful tags"))
    411412                , GBC.eol());
    412413            right.add(new SearchKeywordRow(hcbSearchString)
  • trunk/src/org/openstreetmap/josm/tools/TextTagParser.java

    r5809 r5813  
    227227     * Check tags for correctness and display warnings if needed
    228228     * @param tags - map key->value to check
    229      * @return true if the tags shoul be pasted
     229     * @return true if the tags should be pasted
    230230     */
    231231    public static boolean validateTags(Map<String, String> tags) {
Note: See TracChangeset for help on using the changeset viewer.