Changes between Version 13 and Version 14 of Help/Action/Search
- Timestamp:
- 2014-10-23T18:30:43+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Search
v13 v14 9 9 Some examples of queries: 10 10 11 * type:wayselects all ways12 * 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 11 * `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 There is also a very under-used and under-documented feature that lets you enter a web URL (file:// ,http://,https://, ftp://)16 There is also a very under-used and under-documented feature that lets you enter a web URL (`file://`, `http://`, `https://`, `ftp://`) 17 17 in the search field. JOSM will then attempt to load that URL, and select any objects that it finds referenced in that file. JOSM will 18 18 look for XML tags "way", "node", and "relation" in the document, and use their id attribute. This means you can 19 19 access another OSM file on your hard disk this way and have JOSM select all objects that are present in the file (provided they are present in JOSM's dataset too). 20 20 21 The special expressions "selected" and "modified"select all currently selected resp. all objects modified in the current session.21 The special expressions `selected` and `modified` select all currently selected resp. all objects modified in the current session. 22 22 23 More examples are here: http://wiki.openstreetmap.org/index.php/JOSM_search_function23 More examples are [osmwiki:JOSM_search_function here] 24 24 25 25 === [ExpertMode Expert Mode] ===#ExpertMode