We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2b61 commit 72a41abCopy full SHA for 72a41ab
src/plugins/maps_legacy/config.ts
@@ -29,7 +29,7 @@ export const configSchema = schema.object({
29
manifestServiceUrl: schema.string({ defaultValue: '' }),
30
emsFileApiUrl: schema.string({ defaultValue: 'https://vector.maps.elastic.co' }),
31
emsTileApiUrl: schema.string({ defaultValue: 'https://tiles.maps.elastic.co' }),
32
- emsLandingPageUrl: schema.string({ defaultValue: 'https://maps.elastic.co/v7.7' }),
+ emsLandingPageUrl: schema.string({ defaultValue: 'https://maps.elastic.co/v7.10' }),
33
emsFontLibraryUrl: schema.string({
34
defaultValue: 'https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf',
35
}),
0 commit comments