mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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(),
|
language: i18n.getLocale(),
|
||||||
appVersion: kbnVersion,
|
appVersion: kbnVersion,
|
||||||
appName: EMS_APP_NAME,
|
appName: EMS_APP_NAME,
|
||||||
tileApiUrl: 'https://tiles.maps.elastic.dev',
|
tileApiUrl: emsSettings!.getEMSTileApiUrl(),
|
||||||
fileApiUrl: emsSettings!.getEMSFileApiUrl(),
|
fileApiUrl: emsSettings!.getEMSFileApiUrl(),
|
||||||
landingPageUrl,
|
landingPageUrl,
|
||||||
fetchFunction(url: string) {
|
fetchFunction(url: string) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue