Changes between Version 37 and Version 38 of Help/Action/Search


Ignore:
Timestamp:
2016-03-14T12:54:27+01:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

sort, headers

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Search

    v37 v38  
    5858* See also [[Help/Dialog/Filter#Examples]]
    5959
    60 There is also a very under-used and under-documented feature that lets you enter a web URL (`file://`, `http://`, `https://`, `ftp://`)
    61 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
    62 look for XML tags "way", "node", and "relation" in the document, and use their id attribute. This means you can
    63 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).
     60== Regular expressions ==
     61
     62JOSM supports [http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html Java regex syntax].
     63
     64== MapCSS syntax ==
     65
     66See [wiki:Help/Styles/MapCSSImplementation].
     67
     68== Fetch external file and replace selection ==
     69
     70A very under-used feature that lets you enter a web URL (`file://`, `http://`, `https://`, `ftp://`) in the search field.
     71
     72JOSM will then attempt to load that URL, and select any objects that it finds referenced in that file.
     73JOSM will look for XML tags "way", "node", and "relation" in the document (clarify? examples?), and use their id attribute .
     74You can 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).
     75
     76Similar thing is possible [wiki:Help/CommandLineOptions via command line parameter during JOSM start-up].
     77Similar thing is possible via Remote control command.
    6478
    6579== See also ==
    66 * [wiki:Help/Concepts/Object Objects]
    6780* [Help/Dialog/Filter] allows you to save and combine multiple search patterns between your JOSM sessions
    68 * JOSM supports Java Regex. For detailed Information see http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
    69 * mapcss selector syntax see [wiki:Help/Styles/MapCSSImplementation]
    70 
    7181----
    7282Back to [wiki:/Help/Menu/Edit Menu Edit][[Br]]