Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 680:ba3370dbc8c5
Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
gnv/trunk@830 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 26 Mar 2010 09:22:32 +0000 |
parents | 4eccd03394ac |
children | 15ac78a91d1b |
comparison
equal
deleted
inserted
replaced
679:4eccd03394ac | 680:ba3370dbc8c5 |
---|---|
1 2010-03-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue197 | |
4 | |
5 * src/main/java/de/intevation/gnv/action/WMSAction.java: Parse the time to | |
6 live of an artifact from meta document and set an attribute 'ttl' of the | |
7 request object. | |
8 | |
9 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Added a new row showing | |
10 the time to live beneath the layer name and wms url. | |
11 | |
12 * src/main/resources/applicationMessages_en.properties, | |
13 src/main/resources/applicationMessages.properties: Added new label for | |
14 availability of an artifact/wms-layer. | |
15 | |
16 * src/main/webapp/styles/default.css: Moved OpenLayers map a bit south. | |
17 | |
1 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 18 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | 20 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: |
4 Improved the copying of input stream to output stream a bit. | 21 Improved the copying of input stream to output stream a bit. |
5 | 22 |