Changeset 11694 in josm


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

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r11688 r11694  
    74227422        </item> <!-- Power Transformer -->
    74237423        <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway" preset_name_label="true">
    7424             <link href="http://wiki.openstreetmap.org/wiki/Tag:power=switch"
    7425                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=switch"
    7426                   fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=switch" />
     7424            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=switchgear"
     7425                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=switchgear" />
    74277426            <space />
    74287427            <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
  • 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.