Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1159:fb5a7ff9feb8
Suppress the GeoJSON string for the FloodMap creation to be included in the static DESCRIBE part.
flys-artifacts/trunk@2695 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 12 Sep 2011 06:23:48 +0000 |
parents | fbe18ad4caff |
children | efe1b8545f5c |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Sep 12 04:20:48 2011 +0000 +++ b/flys-artifacts/ChangeLog Mon Sep 12 06:23:48 2011 +0000 @@ -1,3 +1,13 @@ +2011-09-12 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: + Sourced the code to append a concrete data item to the static DESCRIBE + part out to an own method (appendStaticData()). + + * src/main/java/de/intevation/flys/artifacts/states/ScenarioSelect.java: + Override appendStaticData() to suppress the GeoJSON string to be + included in the static DESCRIBE. + 2011-09-12 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/CrossSectionFactory.java,