Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[maps] vector tile load errors not displayed in legend #130199

Closed
nreese opened this issue Apr 13, 2022 · 1 comment · Fixed by #130395
Closed

[maps] vector tile load errors not displayed in legend #130199

nreese opened this issue Apr 13, 2022 · 1 comment · Fixed by #130395
Assignees
Labels
bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation impact:high Addressing this issue will have a high level of impact on the quality/strength of our product.

Comments

@nreese
Copy link
Contributor

nreese commented Apr 13, 2022

Steps to view problem

  1. Running locally, Install sample web logs
  2. install trial license
  3. create map
  4. add clusters layer
  5. select 'hexagons'
  6. save map
  7. revert to trial license
  8. open map.

Notice how not data is loaded and legend shows empty icon instead of error

Opening the browser web tools, there are 2 problems.
1)The tiles are returned with 200 status code. The kibana vector tile routes need to be updated to pass elasticsearch status code to the client.
2) The client needs to update layer error state when error event is fired.

Screen Shot 2022-04-13 at 3 32 04 PM

Screen Shot 2022-04-13 at 3 32 21 PM

@nreese nreese added bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. labels Apr 13, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation impact:high Addressing this issue will have a high level of impact on the quality/strength of our product.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants