comparison gnv/src/main/java/de/intevation/gnv/action/WMSAction.java @ 994:541ff0db1b12

Added the informations about how the WMS which was published during the Workflow to the GUI gnv/trunk@1195 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 11 Jun 2010 08:08:33 +0000
parents 33198e55371c
children 28a0628b11b0
comparison
equal deleted inserted replaced
993:9b126bceb0b2 994:541ff0db1b12
195 mapfilePath != null) { 195 mapfilePath != null) {
196 request.setAttribute("wms_published", Boolean.TRUE); 196 request.setAttribute("wms_published", Boolean.TRUE);
197 197
198 MapService mapService = new DefaultMapService("0815", layers, 198 MapService mapService = new DefaultMapService("0815", layers,
199 "UMN", mapserverPath, 199 "UMN", mapserverPath,
200 bbox); 200 bbox,ttl);
201 sm.setLocalMapService(mapService); 201 sm.setLocalMapService(mapService);
202 return super.execute(mapping, form, request, response); 202 return super.execute(mapping, form, request, response);
203 }else{ 203 }else{
204 return super.execute(mapping, form, request, response); 204 return super.execute(mapping, form, request, response);
205 } 205 }

http://dive4elements.wald.intevation.org