Changes between Initial Version and Version 11 of Ticket #15273


Ignore:
Timestamp:
2017-10-03T18:57:15+02:00 (7 years ago)
Author:
bastiK
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15273

    • Property Resolutionfixed
    • Property Status newclosed
    • Property Milestone17.09
    • Property Summary extend command line interface: keywordsextend command line interface: commands
  • Ticket #15273 – Description

    initial v11  
    2020java -jar josm-rendering.jar -i data.osm --style style.mapcss --zoom 16 --box ... -o img.jpg
    2121}}}
     22
     23
     24Update:
     25
     26Documentation of commands for the main help text:
     27{{{
     28Java OpenStreetMap Editor [JOSM/1.5 (12915 SVN en) Linux Ubuntu 17.04]
     29
     30usage:
     31        java -jar josm.jar [<command>] <options>...
     32
     33commands:
     34        runjosm     launch JOSM (default, performed when no command is specified)
     35        render      render data and save the result to an image file
     36        project     convert coordinates from one coordinate reference system to another
     37
     38For details on the render and project commands, run them with the --help option.
     39The remainder of this help page documents the runjosm command.
     40
     41options:
     42        --help|-h                                 Show this help
     43...
     44}}}