Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.11] [maps] fix vector tile layer with joins stuck in loading state…
… when not visible (elastic#170984) (elastic#171031) # Backport This will backport the following commits from `main` to `8.11`: - [[maps] fix vector tile layer with joins stuck in loading state when not visible (elastic#170984)](elastic#170984) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nathan Reese","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-10T15:20:25Z","message":"[maps] fix vector tile layer with joins stuck in loading state when not visible (elastic#170984)\n\nCloses https://github.com/elastic/kibana/issues/170983\r\n\r\n### Test instructions\r\n1. Download world countries geojson from\r\nhttps://maps.elastic.co/v8.12/index.html?locale=en#file/world_countries\r\n2. upload downloaded world countries\r\n3. create new map\r\n4. add \"Choropleth\" layer\r\n5. Set boundaries source to \"Points, lines, and polygons from\r\nelasticsearch\". Select world countries data view. Set join field to\r\n\"iso2\"\r\n6. Set statistics view to kibana sample web logs. Set join field to\r\n\"geo.src\"\r\n7. minimize layer TOC\r\n8. save map and re-open.\r\n9. Minimized layer legend icon should stop showing loading state once\r\nEMS base map is loaded\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"3c0ba20369d9582e9fcff69e27d6932a0d991646","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Presentation","Feature:Maps","v8.12.0","v8.11.1"],"number":170984,"url":"https://github.com/elastic/kibana/pull/170984","mergeCommit":{"message":"[maps] fix vector tile layer with joins stuck in loading state when not visible (elastic#170984)\n\nCloses https://github.com/elastic/kibana/issues/170983\r\n\r\n### Test instructions\r\n1. Download world countries geojson from\r\nhttps://maps.elastic.co/v8.12/index.html?locale=en#file/world_countries\r\n2. upload downloaded world countries\r\n3. create new map\r\n4. add \"Choropleth\" layer\r\n5. Set boundaries source to \"Points, lines, and polygons from\r\nelasticsearch\". Select world countries data view. Set join field to\r\n\"iso2\"\r\n6. Set statistics view to kibana sample web logs. Set join field to\r\n\"geo.src\"\r\n7. minimize layer TOC\r\n8. save map and re-open.\r\n9. Minimized layer legend icon should stop showing loading state once\r\nEMS base map is loaded\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"3c0ba20369d9582e9fcff69e27d6932a0d991646"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170984","number":170984,"mergeCommit":{"message":"[maps] fix vector tile layer with joins stuck in loading state when not visible (elastic#170984)\n\nCloses https://github.com/elastic/kibana/issues/170983\r\n\r\n### Test instructions\r\n1. Download world countries geojson from\r\nhttps://maps.elastic.co/v8.12/index.html?locale=en#file/world_countries\r\n2. upload downloaded world countries\r\n3. create new map\r\n4. add \"Choropleth\" layer\r\n5. Set boundaries source to \"Points, lines, and polygons from\r\nelasticsearch\". Select world countries data view. Set join field to\r\n\"iso2\"\r\n6. Set statistics view to kibana sample web logs. Set join field to\r\n\"geo.src\"\r\n7. minimize layer TOC\r\n8. save map and re-open.\r\n9. Minimized layer legend icon should stop showing loading state once\r\nEMS base map is loaded\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"3c0ba20369d9582e9fcff69e27d6932a0d991646"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nathan Reese <[email protected]>
- Loading branch information