# HG changeset patch # User Felix Wolfsteller # Date 1328104598 0 # Node ID f31d92060f2113f0600744815c9993a95f7b862c # Parent 4b6e9b377a84757e04e0ad5a9f1548d71a800a77 Added reference curve facet type. flys-artifacts/trunk@3860 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4b6e9b377a84 -r f31d92060f21 flys-artifacts/ChangeLog --- 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 + + * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: + Added reference curve facet type. + 2012-02-01 Ingo Weinzierl * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Fetch diff -r 4b6e9b377a84 -r f31d92060f21 flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java --- 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 :