/[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 2383 by torben, Thu Feb 26 07:06:48 2015 UTC revision 2384 by torben, Thu Feb 26 13:11:45 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>
801          <context-param>        <description>Bool: use google geocoding to help with streetnames</description>
802          <description>Bool: use google geocoding to help with streetnames</description>      <param-name>useGoogle</param-name>
803          <param-name>useGoogle</param-name>      <param-value>true</param-value>
804          <param-value>true</param-value>    </context-param>
805          </context-param>    <context-param>
806                <description>Bool: use OSM geocoding to help with streetnames</description>
807           <context-param>        <param-name>useOpenStreetMaps</param-name>
808          <description>Bool: use OSM geocoding to help with streetnames</description>      <param-value>true</param-value>
809          <param-name>useOpenStreetMaps</param-name>    </context-param>
810          <param-value>true</param-value>    <context-param>
811          </context-param>      <description>Int: Timeout for HTTPRequest (ms)</description>
812                <param-name>osmTimeout</param-name>
813          <context-param>        <param-value>750</param-value>
814          <description>Int: Timeout for HTTPRequest (ms)</description>    </context-param>
815          <param-name>osmTimeout</param-name>    <context-param>
816          <param-value>750</param-value>      <description>String: Base for nominatim URL</description>
817          </context-param>      <param-name>nominatimBase</param-name>
818                <param-value>http://nominatim.openstreetmap.org</param-value>
819          <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>  
     
     
     
820  </web-app>  </web-app>

Legend:
Removed from v.2383  
changed lines
  Added in v.2384

  ViewVC Help
Powered by ViewVC 1.1.20