Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 646:c8749d83d9b6
Added a configuration section for mapserver relevant stuff. Moved source to write meta files out to an own helper class named MetaWriter.
gnv-artifacts/trunk@733 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 04 Mar 2010 16:23:24 +0000 |
parents | 0cf162fa4334 |
children | 7c67ff162e87 |
comparison
equal
deleted
inserted
replaced
645:0cf162fa4334 | 646:c8749d83d9b6 |
---|---|
1 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * doc/conf/conf.xml: Added a section to configure MapServer relevant stuff. | |
4 | |
5 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: | |
6 Store mapserver path in CallContext object to have access everywhere we | |
7 have a CallContext object (avoids reading config.xml all the time we want | |
8 to write mapfile). | |
9 | |
10 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java: | |
11 Added key to store MapServer information into CallContext and fetch it | |
12 from it. | |
13 | |
14 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: | |
15 Removed code to write meta information files (sourced out to MetaWriter). | |
16 This has been done with the intend to write meta information of CONTIS and | |
17 NAUTHIS using that class as well. | |
18 | |
19 * src/main/java/de/intevation/gnv/utils/MetaWriter.java: Helper class to | |
20 write meta information files used for mapfile generation. Write general | |
21 information about our wms service (MapServer) into meta information file. | |
22 This is used to give the user information about the place where he can | |
23 find the wms service and his generated wms layer. | |
24 | |
1 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 25 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 26 |
3 * doc/conf/maptemplates/flow-velocity_polygons.class.vm, | 27 * doc/conf/maptemplates/flow-velocity_polygons.class.vm, |
4 doc/conf/maptemplates/water-levels_polygons.class.vm, | 28 doc/conf/maptemplates/water-levels_polygons.class.vm, |
5 doc/conf/maptemplates/water-temperature_polygons.class.vm, | 29 doc/conf/maptemplates/water-temperature_polygons.class.vm, |