| 318 | | Reverter plugin since version 27091 makes use of this feature. |
| 319 | | |
| | 330 | ==== Reverter ==== |
| | 331 | Reverter plugin since version 27091 makes use of this feature. See [source:osm/applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java RevertChangesetHandler.java]. |
| | 332 | |
| | 333 | ==== Mapillary ==== |
| | 334 | See [https://github.com/JOSM/Mapillary/blob/master/src/main/java/org/openstreetmap/josm/plugins/mapillary/io/remotecontrol/MapillaryRemoteControl.java MapillaryRemoteControl.java]. |
| | 335 | Either `sequence` or `photo` must be specified, but not both. Since the remote control class was written for multiple imagery sources, the id for either `sequence` or `photo` ''must'' be prefixed with `Mapillary/`. |
| | 336 | |
| | 337 | ==== Compilation of plugin remote control commands ==== |
| | 338 | ||= Plugin =||= **Command** =||= **Parameter** =||= **Required/ \\ Optional** =||= **Meaning** =|| |
| | 339 | || Reverter || `revert_changeset` || || || Base command to revert a changeset || |
| | 340 | || || || `id` || R || The changeset id to use (should match regex `[0-9]+`). Since version 36321, you can pass multiple ids separated by commas. || |
| | 341 | || MapWithAI || `mapwithai` || || || Base command to download MapWithAI data || |
| | 342 | || || || `max_obj` || O || Set the maximum number of objects the user can add per action from the MapWithAI layer. Should match regex `[0-9]+`. || |
| | 343 | || || || `switch_layer` || O || Use if you want to force users to automatically switch layers when they add data to OSM. Takes `true`/`false`. || |
| | 344 | || || || `bbox` || O || The bbox to download (`lat,lon,lat,lon` -- assumes the bbox will not cross meridian) || |
| | 345 | || || || `crop_bbox` || O || Crop downloaded MapWithAI data (roads only) to this bbox. Tasking managers may also generate a well-known layer. || |
| | 346 | || || || `url` || O || The URL to use instead of the built-in data sources. Useful for imports (please make certain you went through the import process). || |
| | 347 | || || || `source` || O || The source to use when uploading to OSM (changeset source) || |
| | 348 | || Mapillary || `photo` || || || Base command to download a Mapillary photo (may be extended to other imagery sources in the future) || |
| | 349 | || || || `photo` || R/O || The id of the image to show and download. Either this or `sequence` must be specified. || |
| | 350 | || || || `sequence` || R/O || The id of the sequence to show and download. First image is shown in image viewer. || |