forked from JJediny/TerriaMapStatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
29 lines (28 loc) · 949 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"initializationUrls" : [
"terria",
"test"
],
"parameters": {
"bingMapsKey": "AkaOmRFtjAb71cXgLwAGtLbj2RpkPKtVqAIroFQsocfurCBILxIeAWPkil7hhRy_",
"googleUrlShortenerKey": null,
"googleAnalyticsKey": null,
"googleAnalyticsOptions": null,
"disclaimer": {
"text": "Disclaimer: This map must not be used for navigation or precise spatial analysis",
"url": ""
},
"developerAttribution-CHANGETHIS": {
"text": "Your organisation",
"link": "http://www.example.com"
},
"appName": "Terria Map Static",
"supportEmail-CHANGETHIS": "[email protected]",
"brandBarElements": [
"",
"Test site"
],
"corsProxyBaseUrl": "http://nationalmap.research.nicta.com.au/proxy/",
"proxyableDomainsUrl": "http://preprod.nationalmap.gov.au/proxyabledomains/"
}
}