Changes between Version 63 and Version 64 of Help/Dialog/Filter


Ignore:
Timestamp:
2017-07-09T13:45:06+02:00 (8 years ago)
Author:
Klumbumbus
Comment:

clean up links

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Filter

    v63 v64  
    1111* not selectable using [wiki:Help#Selection selection tools] (with few minor exceptions in #4929, comment 14)
    1212* not returned during [Help/Action/Search Search] action
    13 * will disappear from several menus until filters are disabled (example: [[Help/Dialog/SelectionList#SmalltriangleinSelectbutton]])
     13* will disappear from several menus until filters are disabled ([[Help/Dialog/SelectionList#SmalltriangleinSelectbutton example]])
    1414
    1515== Use cases ==
     
    1717Simple usage is to enter single tag (or more complex expression similar to search) in "Text" column: objects complying with that text will be disabled.
    1818
    19 More complex scenarios include filters as quick way to develop and test ''custom tagchecker rules'' ([[Extend JOSM]]).
     19More complex scenarios include filters as quick way to develop and test custom [wiki:Rules tagchecker rules].
    2020
    2121=== Usability ===
     
    7575||{{{ -((highway | child highway | untagged | public_transport) & -(highway=footway | highway=path | highway=steps | highway=track)) }}} || Only roads for public transport. Good for mapping bus networks.  ||
    7676
    77 See also [[Help/Action/Search#Examples]] other examples. If you have some clever filters, add them here.
     77See also other [[Help/Action/Search#Examples examples]]. If you have some clever filters, add them here.
    7878
    7979== Filter warning ==