Tidy up tile-service url in test code (#12690)

This commit is contained in:
Thomas Neirynck 2017-07-07 10:13:32 -04:00 committed by GitHub
parent 74b5b7a0e3
commit 5a20d44a08
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
A coordinate map displays a geographic area overlaid with circles keyed to the data determined by the buckets you specify. A coordinate map displays a geographic area overlaid with circles keyed to the data determined by the buckets you specify.
NOTE: By default, Kibana uses the https://www.elastic.co/elastic-tile-service[Elastic Maps Service] NOTE: By default, Kibana uses the https://www.elastic.co/elastic-maps-service[Elastic Maps Service]
to display map tiles. To use other tile service providers, configure the <<tilemap-settings,tilemap settings>> to display map tiles. To use other tile service providers, configure the <<tilemap-settings,tilemap settings>>
in `kibana.yml`. in `kibana.yml`.

View file

@ -94,7 +94,7 @@ describe('kibana_map tests', function () {
'url': 'https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana', 'url': 'https://tiles-stage.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana',
'minZoom': 0, 'minZoom': 0,
'maxZoom': 12, 'maxZoom': 12,
'attribution': '© [Elastic Tile Service](https://www.elastic.co/elastic-tile-service)' 'attribution': '© [Elastic Maps Service](https://www.elastic.co/elastic-maps-service)'
}; };

View file

@ -37,7 +37,7 @@ describe('service_settings (FKA tilemaptest)', function () {
'url': 'https://tiles.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana', 'url': 'https://tiles.elastic.co/v2/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana',
'minZoom': 0, 'minZoom': 0,
'maxZoom': 10, 'maxZoom': 10,
'attribution': '© [OpenStreetMap](http://www.openstreetmap.org/copyright) © [Elastic Tile Service](https://www.elastic.co/elastic-tile-service)' 'attribution': '© [OpenStreetMap](http://www.openstreetmap.org/copyright) © [Elastic Maps Service](https://www.elastic.co/elastic-maps-service)'
}] }]
}; };
@ -54,7 +54,7 @@ describe('service_settings (FKA tilemaptest)', function () {
'created_at': '2017-04-26T19:45:22.377820', 'created_at': '2017-04-26T19:45:22.377820',
'id': 5086441721823232 'id': 5086441721823232
}, { }, {
'attribution': '© [Elastic Tile Service](https://www.elastic.co/elastic-tile-service)', 'attribution': '© [Elastic Tile Service](https://www.elastic.co/elastic-maps-service)',
'name': 'World Countries', 'name': 'World Countries',
'format': 'geojson', 'format': 'geojson',
'url': 'https://storage.googleapis.com/elastic-layer.appspot.com/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVwWTZTWnhRRzNmUk9HUE93TENjLXNVd2IwdVNpc09SRXRyRzBVWWdqOU5qY2hldGJLOFNZSFpUMmZmZWdNZGx0NWprT1R1ZkZ0U1JEdFBtRnkwUWo0S0JuLTVYY1I5RFdSMVZ5alBIZkZuME1qVS04TS5oQTRNTl9yRUJCWk9tMk03?elastic_tile_service_tos=agree', 'url': 'https://storage.googleapis.com/elastic-layer.appspot.com/L2FwcGhvc3RpbmdfcHJvZC9ibG9icy9BRW5CMlVwWTZTWnhRRzNmUk9HUE93TENjLXNVd2IwdVNpc09SRXRyRzBVWWdqOU5qY2hldGJLOFNZSFpUMmZmZWdNZGx0NWprT1R1ZkZ0U1JEdFBtRnkwUWo0S0JuLTVYY1I5RFdSMVZ5alBIZkZuME1qVS04TS5oQTRNTl9yRUJCWk9tMk03?elastic_tile_service_tos=agree',