Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java @ 5540:25c2505df28f
Merged
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Wed, 03 Apr 2013 16:00:21 +0200 |
parents | acc34bf0d5b2 |
children | 470460bfb5fc |
comparison
equal
deleted
inserted
replaced
5539:8d0af912351c | 5540:25c2505df28f |
---|---|
83 /** The default step width between the start end end kilometer. */ | 83 /** The default step width between the start end end kilometer. */ |
84 public static final double DEFAULT_KM_STEPS = 0.1; | 84 public static final double DEFAULT_KM_STEPS = 0.1; |
85 | 85 |
86 private static final String [] INACTIVES = new String[] { | 86 private static final String [] INACTIVES = new String[] { |
87 LONGITUDINAL_Q, | 87 LONGITUDINAL_Q, |
88 DURATION_Q | 88 DURATION_Q, |
89 HISTORICAL_DISCHARGE_MAINVALUES_W, | |
90 HISTORICAL_DISCHARGE_MAINVALUES_Q | |
89 }; | 91 }; |
90 | 92 |
91 static { | 93 static { |
92 // TODO: Move to configuration. | 94 // TODO: Move to configuration. |
93 FacetActivity.Registry.getInstance().register( | 95 FacetActivity.Registry.getInstance().register( |