Mercurial > repos > bimib > marea
changeset 55:39238e5840ae draft
Uploaded
author | bimib |
---|---|
date | Sun, 15 Mar 2020 11:22:00 -0400 |
parents | 1c0cb543af19 |
children | 68375ead0ee4 |
files | Marea/marea.xml |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Marea/marea.xml Sun Mar 15 11:20:12 2020 -0400 +++ b/Marea/marea.xml Sun Mar 15 11:22:00 2020 -0400 @@ -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>