--- dao/DaoAdresseService/WebContent/WEB-INF/web.xml 2015/02/23 12:30:41 2337 +++ dao/DaoAdresseService/WebContent/WEB-INF/web.xml 2015/02/26 07:06:48 2376 @@ -797,4 +797,31 @@ SetCharacterEncoding /* + + + Bool: use google geocoding to help with streetnames + useGoogle + true + + + + Bool: use OSM geocoding to help with streetnames + useOpenStreetMaps + true + + + + Int: Timeout for HTTPRequest (ms) + osmTimeout + 750 + + + + String: Base for nominatim URL + nominatimBase + http://nominatim.openstreetmap.org + + + + \ No newline at end of file