Bump ems landing page to 7.12 (#93065)

This commit is contained in:
Nick Peihl 2021-03-01 14:05:08 -08:00 committed by GitHub
parent 892d44cafd
commit cd38671565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,6 @@
// Default config for the elastic hosted EMS endpoints
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.11';
export const DEFAULT_EMS_LANDING_PAGE_URL = 'https://maps.elastic.co/v7.12';
export const DEFAULT_EMS_FONT_LIBRARY_URL =
'https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf';