mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Use Elastic Maps Service v8.0 (#116217)
This commit is contained in:
parent
605e9e2d3d
commit
38a634d543
4 changed files with 7 additions and 7 deletions
|
@ -101,7 +101,7 @@
|
|||
"@elastic/charts": "38.0.1",
|
||||
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
|
||||
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^8.0.0-canary.35",
|
||||
"@elastic/ems-client": "7.16.0",
|
||||
"@elastic/ems-client": "8.0.0",
|
||||
"@elastic/eui": "40.0.0",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/maki": "6.3.0",
|
||||
|
|
|
@ -74,7 +74,7 @@ export const DEV_ONLY_LICENSE_ALLOWED = ['MPL-2.0'];
|
|||
export const LICENSE_OVERRIDES = {
|
||||
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
|
||||
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
|
||||
'@elastic/ems-client@7.16.0': ['Elastic License 2.0'],
|
||||
'@elastic/ems-client@8.0.0': ['Elastic License 2.0'],
|
||||
'@elastic/eui@40.0.0': ['SSPL-1.0 OR Elastic License 2.0'],
|
||||
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@ export const TMS_IN_YML_ID = 'TMS in config/kibana.yml';
|
|||
|
||||
export const DEFAULT_EMS_FILE_API_URL = 'https://vector.maps.elastic.co';
|
||||
export const DEFAULT_EMS_TILE_API_URL = 'https://tiles.maps.elastic.co';
|
||||
export const DEFAULT_EMS_LANDING_PAGE_URL = 'https://maps.elastic.co/v7.16';
|
||||
export const DEFAULT_EMS_LANDING_PAGE_URL = 'https://maps.elastic.co/v8.0';
|
||||
export const DEFAULT_EMS_FONT_LIBRARY_URL =
|
||||
'https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf';
|
||||
|
||||
|
|
|
@ -2387,10 +2387,10 @@
|
|||
"@elastic/transport" "^0.0.15"
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@elastic/ems-client@7.16.0":
|
||||
version "7.16.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-7.16.0.tgz#92db94126bac0b95fbf156fe609f68979e7af4b6"
|
||||
integrity sha512-NgMB5vqj6I7lxVsysrz6eB1EW6gsZj7SWWs79WSiiKQeNuRg82tJhvbHQnWezjIS4UKOtoGxZsg475EHVZB46g==
|
||||
"@elastic/ems-client@8.0.0":
|
||||
version "8.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/ems-client/-/ems-client-8.0.0.tgz#94f682298f39f19d14a1eca927a22508029671e1"
|
||||
integrity sha512-0nIEu+PHkWmTZUI27J/6BCPyY7bsmNTbDRn9EHPyciWq487G7TWoocoZog/mj1DoP2bo/ZxA8dpTKf6bJpy2Rg==
|
||||
dependencies:
|
||||
"@types/geojson" "^7946.0.7"
|
||||
"@types/lru-cache" "^5.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue