diff flys-client/src/main/webapp/WEB-INF/web.xml @ 828:910b03de6857

Added a service to get some basic spatial information used for map creation. flys-client/trunk@2529 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 23 Aug 2011 09:43:12 +0000
parents 4a7ece57f44c
children aa83a6a864b4
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Mon Aug 22 14:38:35 2011 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Tue Aug 23 09:43:12 2011 +0000
@@ -237,6 +237,16 @@
     <url-pattern>/flys/delete-collection</url-pattern>
   </servlet-mapping>
 
+  <servlet>
+    <servlet-name>MapInfoService</servlet-name>
+    <servlet-class>de.intevation.flys.client.server.MapInfoServiceImpl</servlet-class>
+  </servlet>
+
+  <servlet-mapping>
+    <servlet-name>MapInfoService</servlet-name>
+    <url-pattern>/flys/map-info</url-pattern>
+  </servlet-mapping>
+
   <!-- Default page to serve -->
   <welcome-file-list>
     <welcome-file>FLYS.html</welcome-file>

http://dive4elements.wald.intevation.org