/[projects]/dao/DaoAdresseService/daoadresseservice.conf
ViewVC logotype

Annotation of /dao/DaoAdresseService/daoadresseservice.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2501 - (hide annotations) (download)
Wed Mar 25 07:59:17 2015 UTC (9 years, 2 months ago) by torben
File size: 622 byte(s)
Tilføj alternativ nominatim url
1 torben 2393 # Sample config file
2     # Using standard java properties-file syntax
3    
4    
5     # Bool: use google geocoding to help with streetnames
6     useGoogle = true
7    
8     # Bool: use OSM geocoding to help with streetnames
9     useOpenStreetMaps = true
10    
11     # Int: Timeout for HTTPRequest (ms)
12     osmTimeout = 750
13    
14     # String: Base for nominatim URL
15     nominatimBase = http://nominatim.openstreetmap.org
16    
17 torben 2501 #Alternative nominatim instanser:
18     # http://nominatim.openstreetmap.org
19     # http://open.mapquestapi.com/nominatim/v1
20    
21    
22 torben 2393 # String: userName for google maps web api
23     # googleApiUser =
24    
25     # String: key for google maps web api
26     # googleApiKey =
27    

  ViewVC Help
Powered by ViewVC 1.1.20