comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ExportPanel.java @ 9481:787fc085459b

TSV introduced; uinfo.inundationWMS-Config
author gernotbelger
date Wed, 12 Sep 2018 10:55:09 +0200
parents a4121ec450d6
children
comparison
equal deleted inserted replaced
9480:7228bd10a8cc 9481:787fc085459b
34 * 34 *
35 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 35 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
36 */ 36 */
37 public class ExportPanel extends VLayout { 37 public class ExportPanel extends VLayout {
38 38
39 private static final String LABEL_URL_SEPARATOR = ";";// always sync with server (InundationDurationState) 39 private static final String LABEL_URL_SEPARATOR = ";LABEL_URL_SEPARATOR;";// always sync with server (InundationDurationState)
40 /** The message class that provides i18n strings. */ 40 /** The message class that provides i18n strings. */
41 protected FLYSConstants MSG = GWT.create(FLYSConstants.class); 41 protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
42 42
43 protected Collection c; 43 protected Collection c;
44 protected List<ExportMode> exports; 44 protected List<ExportMode> exports;

http://dive4elements.wald.intevation.org