mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
align staging urls with new endpoints (#22691)
This commit is contained in:
parent
ccf455e9fd
commit
b7918690f4
3 changed files with 6 additions and 6 deletions
|
@ -36,9 +36,9 @@ import afterdatachangeandresizePng from './afterdatachangeandresize.png';
|
|||
import aftercolorchangePng from './aftercolorchange.png';
|
||||
import changestartupPng from './changestartup.png';
|
||||
|
||||
const manifestUrl = 'https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v1/manifest';
|
||||
const tmsManifestUrl = `"https://tiles-maps-stage.elastic.co/v2/manifest`;
|
||||
const vectorManifestUrl = `"https://staging-dot-elastic-layer.appspot.com/v1/manifest`;
|
||||
const manifestUrl = 'https://catalogue-staging.maps.elastic.co/v2/manifest';
|
||||
const tmsManifestUrl = `https://tiles-maps-stage.elastic.co/v2/manifest`;
|
||||
const vectorManifestUrl = `https://vector-staging.maps.elastic.co/v2/manifest`;
|
||||
const manifest = {
|
||||
'services': [{
|
||||
'id': 'tiles_v2',
|
||||
|
@ -189,7 +189,7 @@ describe('RegionMapsVisualizationTests', function () {
|
|||
'attribution': '<p><a href="http://www.naturalearthdata.com/about/terms-of-use">Made with NaturalEarth</a> | <a href="https://www.elastic.co/elastic-maps-service">Elastic Maps Service</a></p> ',
|
||||
'name': 'World Countries',
|
||||
'format': 'geojson',
|
||||
'url': 'https://staging-dot-elastic-layer.appspot.com/blob/5715999101812736?elastic_tile_service_tos=agree&my_app_version=7.0.0-alpha1',
|
||||
'url': 'https://vector-staging.maps.elastic.co/blob/5715999101812736?elastic_tile_service_tos=agree&my_app_version=7.0.0-alpha1',
|
||||
'fields': [{ 'name': 'iso2', 'description': 'Two letter abbreviation' }, {
|
||||
'name': 'iso3',
|
||||
'description': 'Three letter abbreviation'
|
||||
|
|
|
@ -60,7 +60,7 @@ const legacyMetadata = {
|
|||
},
|
||||
mapConfig: {
|
||||
includeElasticMapsService: true,
|
||||
manifestServiceUrl: 'https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v1/manifest'
|
||||
manifestServiceUrl: 'https://catalogue-staging.maps.elastic.co/v2/manifest'
|
||||
},
|
||||
vegaConfig: {
|
||||
enabled: true,
|
||||
|
|
|
@ -50,7 +50,7 @@ function mockRawData() {
|
|||
mockRawData();
|
||||
|
||||
|
||||
const manifestUrl = 'https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v1/manifest';
|
||||
const manifestUrl = 'https://catalogue-staging.maps.elastic.co/v2/manifest';
|
||||
const tmsManifestUrl = `"https://tiles-maps-stage.elastic.co/v2/manifest`;
|
||||
const manifest = {
|
||||
'services': [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue