Skip to content

Commit 7c2ce65

Browse files
authored
Update config.json
1 parent c1ec351 commit 7c2ce65

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docker/terria/config.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"googleUrlShortenerKey": null,
88
"googleAnalyticsKey": null,
99
"googleAnalyticsOptions": null,
10-
//"bingMapsKey": "add-your-bing-key",
1110
//"cesiumIonAccessToken": "add-your-cesium-key",
1211
// Log ConsoleAnalytics events to console
1312
// logToConsole: true,
@@ -43,6 +42,13 @@
4342
},
4443
"searchBarConfig": {},
4544
"searchProviders": [
45+
{
46+
"id": "search-provider/nominatim",
47+
"type": "nominatim-search-provider",
48+
"name": "Nominatim",
49+
"flightDurationSeconds": 2,
50+
"minCharacters": 3
51+
}
4652
],
4753
"helpContent": [
4854
{
@@ -149,4 +155,4 @@
149155
}
150156
]
151157
}
152-
}
158+
}

0 commit comments

Comments
 (0)