Ignore:
Timestamp:
2015-04-15T22:31:53+02:00 (11 years ago)
Author:
simon04
Message:

fix #11343 - Search: add waylength keyword to test the length of ways in meters

File:
1 edited

Legend:

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

    r8131 r8198  
    435435                .addKeyword("role:", "role:", tr("objects with given role in a relation"))
    436436                .addKeyword("areasize:<i>-100</i>", "areasize:", tr("closed ways with an area of 100 m\u00b2"))
     437                .addKeyword("waylength:<i>200-</i>", "waylength:", tr("ways with a length of 200 m or more"))
    437438                , GBC.eol());
    438439            right.add(new SearchKeywordRow(hcbSearchString)
Note: See TracChangeset for help on using the changeset viewer.