-
Notifications
You must be signed in to change notification settings - Fork 41
/
config.json
29 lines (29 loc) · 1.03 KB
/
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
29
{
"initializationUrls" : [
"terria",
"USG_Providers",
"USG_Providers_notWorking"
],
"parameters": {
"bingMapsKey": "AknnzM4UsH9bgE37WZx4Gq5AU6tLT7nxLq0TxlDrlvWdYoh5SaevyYWGInNl1gDt",
"googleUrlShortenerKey": null,
"googleAnalyticsKey": null,
"googleAnalyticsOptions": null,
"disclaimer": {
"text": "Disclaimer: This map must not be used for navigation or precise spatial analysis",
"url": "about.html"
},
"developerAttribution": {
"text": "GSA Data.gov",
"link": "http://data.gov"
},
"appName": "Test Data.gov Map Previewer",
"supportEmail": "[email protected]",
"feedbackUrl": "https://github.com/JJediny/TerriaMapStatic/issues",
"brandBarElements": [
"",
"<a target=\"_blank\" href=\"https://github.com/JJediny/TerriaMapStatic\"><img src=\"images/Gov.png\" height=\"52\" title=\"Version: {{version}}\" /></a>",
""
]
}
}