forked from Foxhind/JOSM-CommandLine-commands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmirror.xml
More file actions
21 lines (21 loc) · 739 Bytes
/
mirror.xml
File metadata and controls
21 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<command version="3" name="Mirror" icon="mirror.png" run="python mirror.py {First point} {Second point} {Copy}">
<parameter required="true" type="any" maxinstances="0">
<name>Objects</name>
<description>Objects for mirroring</description>
</parameter>
<parameter required="true" type="point">
<name>First point</name>
<description>First point of mirror line</description>
</parameter>
<parameter required="true" type="point">
<name>Second point</name>
<description>Second point of mirror line</description>
</parameter>
<parameter required="true" type="relay">
<name>Copy</name>
<description>Copy</description>
<value>Yes</value>
<value>No</value>
</parameter>
</command>