Revert tileApiUrl variable setting

This commit is contained in:
Jorge Sanz 2023-09-28 14:31:08 +02:00
parent 1f1fd25511
commit c0030bcff1
No known key found for this signature in database
GPG key ID: BCC9227EF5907BA8

View file

@ -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) {