Changes between Version 12 and Version 13 of Help/Action/Search
- Timestamp:
- 2013-07-05T14:27:51+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Search
v12 v13 3 3 = Search = 4 4 5 [[Image(source: /trunk/images/dialogs/search.png)]] ''Keyboard shortcut'': '''{{{Ctrl+F}}}'''5 [[Image(source:trunk/images/dialogs/search.png,middle)]] ''Keyboard shortcut'': '''{{{Ctrl+F}}}''' 6 6 7 7 '''Search [wiki:/Help/Concepts/Object objects] in the current data layer''' … … 9 9 Some examples of queries: 10 10 11 * type:way selects all ways12 * name:Herrengasse selects all elements with the given name13 * type:way name:- selects all ways that do not have a name14 * id:123465678 selects an object (way or node) with a particular id11 * type:way selects all ways 12 * name:Herrengasse selects all elements with the given name 13 * type:way name:- selects all ways that do not have a name 14 * id:123465678 selects an object (way or node) with a particular id 15 15 16 16 There is also a very under-used and under-documented feature that lets you enter a web URL (file://, http://, https://, ftp://) … … 23 23 More examples are here: http://wiki.openstreetmap.org/index.php/JOSM_search_function 24 24 25 === [ExpertMode Expert Mode] ===#ExpertMode 26 Some examples are only shown in expert mode. 27 28 25 29 == Regular Expressions == 26 27 30 JOSM supports Java Regex. For detailed Information see http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html 28 31 32 29 33 == See also == 30 31 * [wiki:/Help/Concepts/Object Objects] 34 * [wiki:/Help/Concepts/Object Objects] 32 35 33 36 ----
