Changes between Version 13 and Version 14 of Help/Action/Search


Ignore:
Timestamp:
2014-10-23T18:30:43+02:00 (11 years ago)
Author:
skyper
Comment:

interwiki links + layout

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v13 v14  
    99Some examples of queries:
    1010
    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
     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
    1515
    16 There is also a very under-used and under-documented feature that lets you enter a web URL (file://, http://, https://, ftp://)
     16There is also a very under-used and under-documented feature that lets you enter a web URL (`file://`, `http://`, `https://`, `ftp://`)
    1717in the search field. JOSM will then attempt to load that URL, and select any objects that it finds referenced in that file. JOSM will
    1818look for XML tags "way", "node", and "relation" in the document, and use their id attribute. This means you can
    1919access 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).
    2020
    21 The special expressions "selected" and "modified" select all currently selected resp. all objects modified in the current session.
     21The special expressions `selected` and `modified` select all currently selected resp. all objects modified in the current session.
    2222
    23 More examples are here: http://wiki.openstreetmap.org/index.php/JOSM_search_function
     23More examples are [osmwiki:JOSM_search_function here]
    2424
    2525=== [ExpertMode Expert Mode] ===#ExpertMode