Mercurial > dive4elements > river
changeset 2220:f31d92060f21
Added reference curve facet type.
flys-artifacts/trunk@3860 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 01 Feb 2012 13:56:38 +0000 |
parents | 4b6e9b377a84 |
children | fdeb6d61c24c |
files | flys-artifacts/ChangeLog flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java |
diffstat | 2 files changed, 12 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Feb 01 13:33:58 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed Feb 01 13:56:38 2012 +0000 @@ -1,3 +1,8 @@ +2012-02-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: + Added reference curve facet type. + 2012-02-01 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Fetch
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java Wed Feb 01 13:33:58 2012 +0000 +++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java Wed Feb 01 13:56:38 2012 +0000 @@ -79,7 +79,7 @@ String LONGITUDINAL_W = "longitudinal_section.w"; String LONGITUDINAL_Q = "longitudinal_section.q"; - String LONGITUDINAL_ANNOTATION = "longitudinal_section.annotations"; + String LONGITUDINAL_ANNOTATION = "longitudinal_section.annotations"; String LONGITUDINAL_MANUALPOINTS = "longitudinal_section.manualpoints"; String W_DIFFERENCES = "w_differences"; @@ -94,7 +94,7 @@ String CROSS_SECTION = "cross_section"; String CROSS_SECTION_WATER_LINE = "cross_section_water_line"; - String HYK = "hyk"; + String HYK = "hyk"; String DISCHARGE_CURVE = "discharge_curve.curve"; @@ -104,10 +104,10 @@ String MANUALPOINTS = "manualpoints"; - String STATIC_WQ = "other.wq"; + String STATIC_WQ = "other.wq"; String STATIC_WQ_ANNOTATIONS = "other.wq.annotations"; - String STATIC_WKMS = "other.wkms"; - String STATIC_WQKMS = "other.wqkms"; + String STATIC_WKMS = "other.wkms"; + String STATIC_WQKMS = "other.wqkms"; String STATIC_WQKMS_W = "other.wqkms.w"; String STATIC_WQKMS_Q = "other.wqkms.q"; String STATIC_WKMS_INTERPOL = "other.wkms.interpol"; @@ -122,5 +122,7 @@ String REPORT = "report"; String HISTORICAL_DISCHARGE_Q = "historical_discharge.historicalq"; + + String REFERENCE_CURVE = "reference_curve"; } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :