Previous changeset 54:1c0cb543af19 (2020-03-15) Next changeset 56:68375ead0ee4 (2020-03-15) |
Commit message:
Uploaded |
modified:
Marea/marea.xml |
b |
diff -r 1c0cb543af19 -r 39238e5840ae Marea/marea.xml --- a/Marea/marea.xml Sun Mar 15 11:20:12 2020 -0400 +++ b/Marea/marea.xml Sun Mar 15 11:22:00 2020 -0400 |
b |
@@ -100,12 +100,11 @@ <when value="false"></when> <when value="true"> <conditional name="cond_map"> - <param name="choice" type="boolean" checked="false" label="Use custom map and rules?" help="Use this option only if you have generated RAS using a custom set of rules"> + <param name="choice" type="boolean" checked="false" label="Use custom map?" help="Use this option only if you have generated RAS using a custom set of rules"> <option value="false" selected="true">No</option> <option value="true">Yes</option> </param> - <when value="true"> - <param name="Custom_rule" argument="--custom_rule" type="data" format="tabular, csv, tsv, xml" label="Custom rules" /> + <when value="true"> <param name="Custom_map" argument="--custom_map" type="data" format="xml, svg" label="custom-map.svg"/> </when> </conditional> |