Changes between Version 29 and Version 30 of Help/Preferences/RemoteControl


Ignore:
Timestamp:
2014-11-16T18:11:24+01:00 (9 years ago)
Author:
pyrog
Comment:

Add open_file command

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/RemoteControl

    v29 v30  
    1 [[TranslatedPages(outdated=This page is missing some new commands : features and open_file. The list of commands is probably better situated on a separate page.)]]
     1[[TranslatedPages(outdated=This page is missing command features. The list of commands is probably better situated on a separate page.)]]
    22= Preferences > Remote Control =
    33
     
    8989|| `mime_type` || O || Mime type of the data, by default this is "application/x-osm+xml", which is currently the only supported mime type, but in the future other mime types could be supported ||
    9090|| `layer_name` || O || Only valid when the data is loaded in a new layer; Gives JOSM a hint on how to name the layer ||
     91
     92=== {{{open_file }}} ===
     93Open a local file in JOSM.
     94
     95{{{
     96GET /open_file?filename=...
     97}}}
     98where
     99||= **Parameter** =||= **Required/Optional** =||= **Meaning** =||
     100|| `filename` || R || The local file to open in JOSM (Ie: /tmp/test.osm) ||
     101
    91102
    92103=== {{{imagery}}} ===