/[projects]/dao/DaoAdresseService/WebContent/WEB-INF/web.xml
ViewVC logotype

Diff of /dao/DaoAdresseService/WebContent/WEB-INF/web.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2392 by torben, Thu Feb 26 13:11:45 2015 UTC revision 2393 by torben, Fri Feb 27 07:34:08 2015 UTC
# Line 797  standard deployment descriptor. Line 797  standard deployment descriptor.
797      <filter-name>SetCharacterEncoding</filter-name>      <filter-name>SetCharacterEncoding</filter-name>
798      <url-pattern>/*</url-pattern>      <url-pattern>/*</url-pattern>
799    </filter-mapping>    </filter-mapping>
800    <context-param>  
     <description>Bool: use google geocoding to help with streetnames</description>  
     <param-name>useGoogle</param-name>  
     <param-value>true</param-value>  
   </context-param>  
   <context-param>  
     <description>Bool: use OSM geocoding to help with streetnames</description>  
     <param-name>useOpenStreetMaps</param-name>  
     <param-value>true</param-value>  
   </context-param>  
   <context-param>  
     <description>Int: Timeout for HTTPRequest (ms)</description>  
     <param-name>osmTimeout</param-name>  
     <param-value>750</param-value>  
   </context-param>  
   <context-param>  
     <description>String: Base for nominatim URL</description>  
     <param-name>nominatimBase</param-name>  
     <param-value>http://nominatim.openstreetmap.org</param-value>  
   </context-param>  
801  </web-app>  </web-app>

Legend:
Removed from v.2392  
changed lines
  Added in v.2393

  ViewVC Help
Powered by ViewVC 1.1.20