diff flys-client/src/main/webapp/WEB-INF/web.xml @ 1365:4c65c5b60a86

First step of refactoring the map creation - implemented a MapOutputService. flys-client/trunk@3066 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 25 Oct 2011 10:29:37 +0000
parents 6ba17b628552
children d0eb2202ffbe
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Mon Oct 24 13:35:30 2011 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Tue Oct 25 10:29:37 2011 +0000
@@ -173,6 +173,16 @@
   </servlet>
 
   <servlet-mapping>
+    <servlet-name>MapOutputService</servlet-name>
+    <url-pattern>/flys/map</url-pattern>
+  </servlet-mapping>
+
+  <servlet>
+    <servlet-name>MapOutputService</servlet-name>
+    <servlet-class>de.intevation.flys.client.server.MapOutputServiceImpl</servlet-class>
+  </servlet>
+
+  <servlet-mapping>
     <servlet-name>ChartOutputService</servlet-name>
     <url-pattern>/flys/chart</url-pattern>
   </servlet-mapping>

http://dive4elements.wald.intevation.org