Changeset 11694 in josm for trunk/scripts


Ignore:
Timestamp:
2017-03-05T23:29:19+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #14474 - update preset links, update imagery compare script docu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r11668 r11694  
    55 *
    66 * The editor imagery index project (https://github.com/osmlab/editor-imagery-index)
    7  * provides also a version in the JOSM format, but the JSON is the original source
     7 * provides also a version in the JOSM format, but the GEOJSON is the original source
    88 * format, so we read that.
    99 *
     
    7272        def cli = new CliBuilder(width: 160)
    7373        cli.o(longOpt:'output', args:1, argName: "output", "Output file, - prints to stdout (default: -)")
    74         cli.e(longOpt:'eli_input', args:1, argName:"eli_input", "Input file for the editor imagery index (json). Default is $eliInputFile (current directory).")
     74        cli.e(longOpt:'eli_input', args:1, argName:"eli_input", "Input file for the editor imagery index (geojson). Default is $eliInputFile (current directory).")
    7575        cli.j(longOpt:'josm_input', args:1, argName:"josm_input", "Input file for the JOSM imagery list (xml). Default is $josmInputFile (current directory).")
    7676        cli.i(longOpt:'ignore_input', args:1, argName:"ignore_input", "Input file for the ignore list. Default is $ignoreInputFile (current directory).")
Note: See TracChangeset for help on using the changeset viewer.