Changes between Version 27 and Version 28 of Help/RemoteControlCommands


Ignore:
Timestamp:
2025-07-14T21:25:43+02:00 (12 days ago)
Author:
TrickyFoxy
Comment:

Add info about "/export"

Legend:

Unmodified
Added
Removed
Modified
  • Help/RemoteControlCommands

    v27 v28  
    314314[http://localhost:8111/load_and_zoom?addtags=wikipedia%3Ade=%7Cmaxspeed=&select=way23071688,way23076176,way23076177,&left=13.739727546842&right=13.740890970188&top=51.049987191025&bottom=51.048466954325].
    315315
     316=== {{{export}}} ===
     317''(since JOSM r19425)''
     318
     319Returns the content of the active layer in the `.osm` format
     320{{{
     321GET /export
     322}}}
     323
     324If there is no active layer, or it is in the process of uploding changes, an empty response will be returned.
     325
     326
    316327=== Other commands ===
    317328Remotecontrol allows other plugins to add additional commands. The other registers a RequestHandler class and specifies a command to be handled by this class. The command syntax has to be defined by the other plugin.