mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add link to 7.2 ems landing page (#38284)
This commit is contained in:
parent
e0f3a80c21
commit
1ef0c0995d
2 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ export default () => Joi.object({
|
|||
})).default([])
|
||||
}).default(),
|
||||
manifestServiceUrl: Joi.string().default('https://catalogue.maps.elastic.co/v7.2/manifest'),
|
||||
emsLandingPageUrl: Joi.string().default('https://maps.elastic.co/v7.0'),
|
||||
emsLandingPageUrl: Joi.string().default('https://maps.elastic.co/v7.2'),
|
||||
emsTileLayerId: Joi.object({
|
||||
bright: Joi.string().default('road_map'),
|
||||
desaturated: Joi.string().default('road_map_desaturated'),
|
||||
|
|
|
@ -47,7 +47,7 @@ export function maps(kibana) {
|
|||
emsTileLayerId: mapConfig.emsTileLayerId,
|
||||
proxyElasticMapsServiceInMaps: mapConfig.proxyElasticMapsServiceInMaps,
|
||||
emsManifestServiceUrl: mapConfig.manifestServiceUrl,
|
||||
emsLandingPageUrl: mapConfig.manifestServiceUrl,
|
||||
emsLandingPageUrl: mapConfig.emsLandingPageUrl,
|
||||
kbnPkgVersion: serverConfig.get('pkg.version'),
|
||||
regionmapLayers: _.get(mapConfig, 'regionmap.layers', []),
|
||||
tilemap: _.get(mapConfig, 'tilemap', [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue