# Sample config file # Using standard java properties-file syntax # 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 #Alternative nominatim instanser: # http://nominatim.openstreetmap.org # http://open.mapquestapi.com/nominatim/v1 # String: userName for google maps web api # googleApiUser = # String: key for google maps web api # googleApiKey = # String: mail to send notifications to notifyEmail = some@mail.com