Changes between Version 62 and Version 87 of Help/Dialog/Filter


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/Filter

    v62 v87  
    1 [[TranslatedPages]]
     1[[TranslatedPages(outdated= This page is incomplete. See "TODO"s. Screenshot is outdated.)]]
    22[[PageOutline(2-9,Table of Contents)]]
    33
    4 = Filter window =
     4= Filter panel =
    55
    6 [[Image(source:/trunk/images/dialogs/filter.png)]] ''Keyboard shortcut:''''' {{{Alt+Shift+F}}}''' — one of the [Help/ToggleDialogs#Toactivateawindow JOSM windows]
     6[[JOSMImage(dialogs/filter,middle,48,link=,margin-right=20)]] ''Keyboard shortcut:'' **`Alt+Shift+F`** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels]
    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 panel allows the user to temporarily disable and optionally hide certain types of [wikitr:/Help/Concepts/Object objects] based on one (or multiple) filters.
     9
    910
    1011== 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 (example: [[Help/Dialog/SelectionList#SmalltriangleinSelectbutton]])
     12* not selectable using [wikitr:/Help/Action/Select selection tools] (with few minor exceptions in #4929, see [ticket:4929#comment:14 comment 14])
     13* not returned during [wikitr:/Help/Action/Search Search] action
     14* will disappear from several menus until filters are disabled ([wikitr:/Help/Dialog/SelectionList#SmalltriangleinSelectbutton example])
     15
    1416
    1517== Use cases ==
    16 
    1718Simple usage is to enter single tag (or more complex expression similar to search) in "Text" column: objects complying with that text will be disabled.
    1819
    19 More complex scenarios include filters as quick way to develop and test ''custom tagchecker rules'' ([[Extend JOSM]]).
     20More complex scenarios include filters as quick way to develop and test custom [wikitr:/Rules validator rules].
    2021
    2122=== Usability ===
    2223* 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
     24* Completely hide features you don't use.
     25* Avoid unnecessary or accidental edits.
    2526
    2627=== Productivity ===
    2728* Disable/separate objects that were fully tagged (using tag count and custom filters) from incomplete objects
    2829* Disable recently modified objects (and it is irrelevant: if it modified by you or another person)
    29 * Untagged objects {{{untagged}}} can be used instead of Notes at osm.org. It is faster than to set/remove {{{fixme=resurvey}}} - please don't overuse this principle
     30* Untagged objects `untagged` can be used instead of Notes at [osmwww: openstreetmap.org]. It is faster than to set/remove `fixme=resurvey` - please don't overuse this principle
    3031
    3132=== Overview ===
    32 
    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 ===
    38 
    39  * '''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:
     37=== Columns ===#Columns
     38 * **E** (''Enable''): Enable or disable this filter line.
     39 * **H** (''Hide elements'' from [wikitr:/Help/MapView main view]): normally, all matched objects are disabled, but you can completely hide them:
    4140  * disabled - visible and displayed as grey
    4241  * hidden - the chosen objects are completely hidden
    43  * '''Text''': The search term or property that defines the objects that are filtered. Every search query from [Help/Action/Search Search] action is supported:
     42 * **Text**: The search term or property that defines the objects that are filtered. Every search query from [wikitr:/Help/Action/Search Search] action is supported:
    4443  * standard substring search (or exact search with "quotes")
    45   * Regular expressions ([http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html Java Regex])
     44  * Regular expressions ([https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html Java Regex])
    4645  * MapCSS syntax
    47  * '''I''' (''Inverse Filter''): Normally, the specified objects are hidden and the rest is shown. If this option is activated, only the specified objects are shown and the rest is hidden.
    48  * '''M''' (''Filter Mode'') - how a ''filter line'' is combined with ''filter lines'' above ''filter line'' in question:
    49   * A (''replace selection'') - most users want this, ''filter lines'' with this mode are independent of each other
     46 * **I** (''Inverse Filter''): Normally, the specified objects are hidden and the rest is shown. If this option is activated, only the specified objects are shown and the rest is hidden.
     47 * **M** (''Filter Mode'') - how a ''filter line'' is combined with ''filter lines'' above ''filter line'' in question:
    5048  * R (''replace selection'') - effectively disable all ''filter lines'' above
     49  * A (''add to selection'') - most users want this, ''filter lines'' with this mode are independent of each other
    5150  * D (''remove from selection'') - un-filter all elements matched
    5251  * F (''find in selection'') - TODO
    5352
     53The list can by ordered by clicking on the table headers.
     54
    5455=== Control buttons ===
     56TODO explain 7 buttons.
    5557
    56 TODO explain 5 buttons.
     58=== Keyboard shortcuts ===
     59Additional to the checkbox in the filter panel, enabling or disabling filters is possible with keyboard shortcuts. `Ctrl+Alt+E` plus `[1-9,0,A-Z]` toggles the corresponding filter on or off, counting from the top of the list. If unsure, `Ctrl+Alt+E` only, without addition, will show a list of available shortcuts.
    5760
    58 === Examples ===
    59 
    60 ||Filter text                                                                  ||Description or note||
    61 ||{{{ ((landuse:|natural:|leisure:|building:) | (role:outer|role:inner))}}}    ||Doesn't handle relations perfectly||
    62 ||{{{ shop=* opening_hours=* }}}                                               ||shop= + opening_hours= tagged objects||
    63 ||{{{ shop=* name=* }}}                                                        ||shop= + name= tagged objects ||
    64 ||{{{ 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)])||
    65 ||{{{ (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)||
    66 ||{{{ -highway: }}}                                                            ||Everything except highway= tagged objecets||
    67 ||{{{ man_made=pipeline }}}                                                    ||Pipelines||
    68 ||{{{ natural=water }}}                                                        ||Water objects||
    69 ||{{{ admin_level: }}}                                                         ||Admin boundaries||
    70 ||{{{ boundary: | leisure: | landuse: | waterway: | amenity: | natural: | building: }}} ||De-clutters map, aggressive (sometimes you may want to keep buildings or amenity key)||
    71 ||{{{ type:node & untagged }}}                                                 ||Make it easier to select ways||
    72 ||{{{ modified }}}                                                             ||Quickly see your changes||
    73 ||{{{ child (type:way & highway:) }}}                                          ||All nodes that's part of a highway||
    74 ||{{{ child (type:relation & (natural:|landuse:)) }}}                          ||All natural and landuse areas formed by relations||
    75 ||{{{ -((highway | child highway | untagged | public_transport) & -(highway=footway | highway=path | highway=steps | highway=track)) }}} || Only roads for public transport. Good for mapping bus networks.  ||
    76 
    77 See also [[Help/Action/Search#Examples]] other examples. If you have some clever filters, add them here.
    7861
    7962== Filter warning ==
     63[[Image(filters warning.png,link=,right,margin-left=20,margin-right=100)]]
    8064
    81 If any filter is active, a transparent message box will appear in the top right corner of [Help/MapView main view].
    82 
    83 It is only visible if at least one object was disabled or hidden.
    84 
    85 [[Image(filters warning.png,link=)]]
     65If any filter is active, and at least one object was filtered, a transparent message box will appear in the top right corner of [wikitr:/Help/MapView main view].
     66 The message has the title **Filter active** and displays the number of disabled objects.
    8667
    8768
    88 == Auto filters ==
     69== Examples ==#Examples
     70||= Filter text =||= Description or note =||
     71|| `((landuse: | natural: | leisure: | building:) | (role:outer | role:inner))` || Doesn't handle relations perfectly ||
     72|| `shop=* opening_hours=*` || shop= + opening_hours= tagged objects ||
     73|| `shop=* name=*` || shop= + name= tagged objects ||
     74|| `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`)) ||
     75|| `(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) ||
     76|| `-highway:` || Everything except highway= tagged objects ||
     77|| `man_made=pipeline` || Pipelines ||
     78|| `natural=water` || Water objects ||
     79|| `admin_level:` || Admin boundaries ||
     80|| `boundary: | leisure: | landuse: | waterway: | amenity: | natural: | building:` || De-clutters map, aggressive (sometimes you may want to keep buildings or amenity key) ||
     81|| `type:node & untagged` || Make it easier to select ways ||
     82|| `modified` || Quickly see your changes ||
     83|| `child (type:way & highway:)` || All nodes that's part of a highway ||
     84|| `child (type:relation & (natural: | landuse:))` || All natural and landuse areas formed by relations ||
     85|| `-((highway | child highway | untagged | public_transport) & -(highway=footway | highway=path | highway=steps | highway=track))` || Only roads that can be used by public transport. Good for mapping bus networks. ||
     86|| `public_transport | puj\:platform | ((public_transport | highway) & -(highway=footway | highway=steps | highway=track | highway=street_lamp | highway=path | highway=crossing | highway=turning_circle) & (nth%:1 & (role: | role:stop | role:platform | role:hail_and_ride)))` || Shows only currently being used ways/nodes/areas of public transport by checking the options "H" and "I". Good for reviewing the current network ||
     87|| `child (type:relation & (boundary:administrative)) & (-barrier & -highway)` || Select all ways that are part of an administrative boundary aka child, but not part of a highway or barrier by selecting Hide, Inverse and as mode choose Add to show only these ||
    8988
    90 Auto filtes automatically adds filter buttons in the top left corner of the MapView for special keys. This needs to be enabled in the [wiki:Help/Preferences/Display#OSMData Display settings]. See the following screencast on how to enable and use the filter buttons.
     89See also other [wikitr:/Help/Action/Search#Examples examples]. If you have some clever filters, add them here.
    9190
    92 [[Image(autofilter.gif)]]
     91
     92== Auto filters ==#Autofilters
     93Auto filters automatically adds filter buttons in the top left corner of the [wikitr:/Help/MapView map view] for special keys. This needs to be enabled in the [wikitr:/Help/Preferences/DrawingPreference OSM Data settings]. These buttons only appear if there is at least one object tagged with the respective tag within the mapview. See the following screencast on how to enable and use the filter buttons. Above the filter buttons the key which is currently used for the autofilter is displayed (not yet shown in the screencast). A click on that button leads to the preferences where you can change the key.
     94
     95[[Image(autofilter.gif,link=)]]
     96
    9397
    9498----
    95 Back to [wiki:Help/ToggleDialogs Windows][[BR]]
    96 Back to [wiki:/Help Main Help]
     99Back to [wikitr:/Help/ToggleDialogs Sidebar] \\
     100Back to [wikitr:/Help/Menu/Windows Windows menu] \\
     101Back to [wikitr:/Help Main Help]