mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Revert tileApiUrl variable setting
This commit is contained in:
parent
1f1fd25511
commit
c0030bcff1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export function createEMSClient(
|
|||
language: i18n.getLocale(),
|
||||
appVersion: kbnVersion,
|
||||
appName: EMS_APP_NAME,
|
||||
tileApiUrl: 'https://tiles.maps.elastic.dev',
|
||||
tileApiUrl: emsSettings!.getEMSTileApiUrl(),
|
||||
fileApiUrl: emsSettings!.getEMSFileApiUrl(),
|
||||
landingPageUrl,
|
||||
fetchFunction(url: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue