Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1070:7096a2e13676
Added functionality to publish the the mbr of the generated layer to
the client.
gnv-artifacts/trunk@1166 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 07 Jun 2010 14:42:42 +0000 |
parents | 0d15e515f88d |
children | 9bb1979aabbe |
comparison
equal
deleted
inserted
replaced
1069:0d15e515f88d | 1070:7096a2e13676 |
---|---|
1 2010-06-07 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 Added functionality to publish the the mbr of the generated layer to | |
4 the client. | |
5 * src/main/java/de/intevation/gnv/utils/MetaWriter.java (insertMbr): | |
6 Added function to add an box-element to the mapserver-fragmet of the | |
7 Metafile | |
8 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java, | |
9 src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: | |
10 Calculate the box and write it into the metafile using the insertMbr-method | |
11 of MetaWriter to publish the mbr of the data which was fetched during the | |
12 request to the client. | |
13 | |
1 2010-06-07 Tim Englich <tim.englich@intevation.de> | 14 2010-06-07 Tim Englich <tim.englich@intevation.de> |
2 | 15 |
3 * doc/conf/conf.xml: | 16 * doc/conf/conf.xml: |
4 Revert wrong Commit Revision 1163. | 17 Revert wrong Commit Revision 1163. |
5 | 18 |