63 | | |
64 | | === Examples ===#Examples |
65 | | ||Filter text ||Description or note|| |
66 | | ||{{{ ((landuse:|natural:|leisure:|building:) | (role:outer|role:inner))}}} ||Doesn't handle relations perfectly|| |
67 | | ||{{{ shop=* opening_hours=* }}} ||shop= + opening_hours= tagged objects|| |
68 | | ||{{{ shop=* name=* }}} ||shop= + name= tagged objects || |
69 | | ||{{{ 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)])|| |
70 | | ||{{{ (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)|| |
71 | | ||{{{ -highway: }}} ||Everything except highway= tagged objects|| |
72 | | ||{{{ man_made=pipeline }}} ||Pipelines|| |
73 | | ||{{{ natural=water }}} ||Water objects|| |
74 | | ||{{{ admin_level: }}} ||Admin boundaries|| |
75 | | ||{{{ boundary: | leisure: | landuse: | waterway: | amenity: | natural: | building: }}} ||De-clutters map, aggressive (sometimes you may want to keep buildings or amenity key)|| |
76 | | ||{{{ type:node & untagged }}} ||Make it easier to select ways|| |
77 | | ||{{{ modified }}} ||Quickly see your changes|| |
78 | | ||{{{ child (type:way & highway:) }}} ||All nodes that's part of a highway|| |
79 | | ||{{{ child (type:relation & (natural:|landuse:)) }}} ||All natural and landuse areas formed by relations|| |
80 | | ||{{{ -((highway | child highway | untagged | public_transport) & -(highway=footway | highway=path | highway=steps | highway=track)) }}} || Only roads for public transport. Good for mapping bus networks. || |
81 | | |
82 | | See also other [wikitr:/Help/Action/Search#Examples examples]. If you have some clever filters, add them here. |
| 58 | === Keyboard shortcuts === |
| 59 | Additional 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. |
90 | | [[Image(filters warning.png,link=)]] |
| 68 | |
| 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 for public transport. Good for mapping bus networks. || |
| 86 | |
| 87 | See also other [wikitr:/Help/Action/Search#Examples examples]. If you have some clever filters, add them here. |