Changes between Version 69 and Version 70 of Help/Dialog/Filter


Ignore:
Timestamp:
2019-10-29T08:57:45+01:00 (5 years ago)
Author:
leni
Comment:

added link # ; wikitr:/ ; corrected a word

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Filter

    v69 v70  
    44= Filter window =
    55
    6 [[Image(source:/trunk/images/dialogs/filter.png)]] ''Keyboard shortcut:''''' {{{Alt+Shift+F}}}''' — one of the [Help/ToggleDialogs#Toactivateawindow JOSM windows]
     6[[Image(source:/trunk/images/dialogs/filter.png)]] ''Keyboard shortcut:''''' {{{Alt+Shift+F}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM windows]
    77
    8 The filter window allows the user to temporarily disable certain types of [Help/Concepts/Object objects] based on one (or multiple) filters.
     8The filter window allows the user to temporarily disable certain types of [wikitr:/Help/Concepts/Object objects] based on one (or multiple) filters.
    99
    1010== Filtered objects ==
    11 * not selectable using [wiki:Help#Selection selection tools] (with few minor exceptions in #4929, comment 14)
    12 * not returned during [Help/Action/Search Search] action
    13 * will disappear from several menus until filters are disabled ([Help/Dialog/SelectionList#SmalltriangleinSelectbutton example])
     11* not selectable using [wikitr:/Help#Selection selection tools] (with few minor exceptions in #4929, comment 14)
     12* not returned during [wikitr:/Help/Action/Search Search] action
     13* will disappear from several menus until filters are disabled ([wikitr:/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 [wiki:Rules tagchecker rules].
     19More complex scenarios include filters as quick way to develop and test custom [wikitr:/Rules tagchecker rules].
    2020
    2121=== Usability ===
    2222* De-clutter main view by (de-)activating features only when you need them. This allows for easier editing in areas with densely located objects or infrastructure.
    23 * Completely hide features you don't use
    24 * Avoid unnecessary or accidental edits
     23* Completely hide features you don't use.
     24* Avoid unnecessary or accidental edits.
    2525
    2626=== Productivity ===
     
    3131=== Overview ===
    3232
    33 The filter lines are evaluated from top down, with respect to values in [[#Columns]].
     33The filter lines are evaluated from top down, with respect to values in [#Columns Columns].
    3434
    3535[[Image(filterdialog.png,link=)]]
    3636
    37 === Columns ===
     37=== Columns ===#Columns
    3838
    3939 * '''E''' (''Enable''): Enable or disable this filter line.
    40  * '''H''' (''Hide elements'' from [Help/MapView main view]): normally, all matched objects are disabled, but you can completely hide them:
     40 * '''H''' (''Hide elements'' from [wikitr:/Help/MapView main view]): normally, all matched objects are disabled, but you can completely hide them:
    4141  * disabled - visible and displayed as grey
    4242  * hidden - the chosen objects are completely hidden
     
    5858TODO explain 5 buttons.
    5959
    60 === Examples ===
     60=== Examples ===#Examples
    6161
    6262||Filter text                                                                  ||Description or note||
     
    6464||{{{ shop=* opening_hours=* }}}                                               ||shop= + opening_hours= tagged objects||
    6565||{{{ shop=* name=* }}}                                                        ||shop= + name= tagged objects ||
    66 ||{{{ type:node -shop=* }}}                                                    ||All nodes except shops. Geometry modification using mouse move disabled, but possible using other modes (ex. - [Action/ImproveWayAccuracy Improve Way Accuracy mode (W)])||
     66||{{{ type:node -shop=* }}}                                                    ||All nodes except shops. Geometry modification using mouse move disabled, but possible using other modes (ex. - [wikitr:/Help/Action/ImproveWayAccuracy Improve Way Accuracy mode (W)])||
    6767||{{{ (type:node | type:way | type:relation) (modified | user:Steve) }}}       ||Hide objects if you are the latest editor (useful during mass re-tagging and semi-mechanical edits)||
    68 ||{{{ -highway: }}}                                                            ||Everything except highway= tagged objecets||
     68||{{{ -highway: }}}                                                            ||Everything except highway= tagged objects||
    6969||{{{ man_made=pipeline }}}                                                    ||Pipelines||
    7070||{{{ natural=water }}}                                                        ||Water objects||
     
    7777||{{{ -((highway | child highway | untagged | public_transport) & -(highway=footway | highway=path | highway=steps | highway=track)) }}} || Only roads for public transport. Good for mapping bus networks.  ||
    7878
    79 See also other [Help/Action/Search#Examples examples]. If you have some clever filters, add them here.
     79See also other [wikitr:/Help/Action/Search#Examples examples]. If you have some clever filters, add them here.
    8080
    8181== Filter warning ==
    8282
    83 If any filter is active, a transparent message box will appear in the top right corner of [Help/MapView main view].
     83If any filter is active, a transparent message box will appear in the top right corner of [wikitr:/Help/MapView main view].
    8484
    8585It is only visible if at least one object was disabled or hidden.
    8686
    8787[[Image(filters warning.png,link=)]]
    88 
    8988
    9089== Auto filters ==
     
    9594
    9695----
    97 Back to [wiki:Help/ToggleDialogs Windows][[BR]]
    98 Back to [wiki:/Help Main Help]
     96Back to [wikitr:/Help/ToggleDialogs Windows][[BR]]
     97Back to [wikitr:/Help Main Help]