Changes between Version 28 and Version 29 of Help/Dialog/Filter
- Timestamp:
- 2016-03-28T04:10:32+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/Filter
v28 v29 5 5 [[Image(source:/trunk/images/dialogs/filter.png)]] ''Keyboard shortcut:''''' {{{Alt+Shift+F}}}''' 6 6 7 The filter dialog allows the user to temporarily hide from display certain types of objects on the JOSM screen. The usage is to enter any property or just text in the text box. Objects complying with that text or property will be hidden on your JOSM screen. This allows for easier editing in areas with densely located objects or infrastructure. 7 The filter dialog allows the user to disable or temporarily hide (hidden) from display certain types of objects on the JOSM screen. The usage is to enter any property or just text in the text box. Objects complying with that text or property will be hidden on your JOSM screen. This allows for easier editing in areas with densely located objects or infrastructure. 8 9 == Filter warning == 10 11 If any filter is active, a transparent message box will appear so you don't forget. It is only visible if at least one object was disabled or hidden. 8 12 9 13 == Use cases == … … 23 27 24 28 The filter lines are evaluated from top down, with respect to values in [[#Columns]]. 25 26 If any filter is active, a transparent message box will appear so you don't forget.27 29 28 30 [[Image(filterdialog.png)]] … … 61 63 ||{{{ shop=* name=* }}} ||shop= + name= tagged objects || 62 64 ||{{{ type:node -shop=* }}} ||All nodes expect 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)|| 63 66 ||{{{ -highway: }}} ||Everything except highway= tagged objecets|| 67 ||{{{ type:node -user:d1g }}} ||All nodes expect || 64 68 ||{{{ man_made=pipeline }}} ||Pipelines|| 65 69 ||{{{ natural=water }}} ||Water objects||
