Changeset 11694 in josm
- Timestamp:
- 2017-03-05T23:29:19+01:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r11688 r11694 7422 7422 </item> <!-- Power Transformer --> 7423 7423 <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" /> 7427 7426 <space /> 7428 7427 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" /> -
trunk/scripts/SyncEditorLayerIndex.groovy
r11668 r11694 5 5 * 6 6 * 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 source7 * provides also a version in the JOSM format, but the GEOJSON is the original source 8 8 * format, so we read that. 9 9 * … … 72 72 def cli = new CliBuilder(width: 160) 73 73 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).") 75 75 cli.j(longOpt:'josm_input', args:1, argName:"josm_input", "Input file for the JOSM imagery list (xml). Default is $josmInputFile (current directory).") 76 76 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.