Add link to 7.2 ems landing page (#38284)

This commit is contained in:
Nick Peihl 2019-06-06 16:12:26 -07:00 committed by GitHub
parent e0f3a80c21
commit 1ef0c0995d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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'),

View file

@ -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', [])