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

Vector tile preloading issues #3688

Closed
jasontk19 opened this issue Aug 20, 2021 · 3 comments
Closed

Vector tile preloading issues #3688

jasontk19 opened this issue Aug 20, 2021 · 3 comments
Assignees
Labels

Comments

@jasontk19
Copy link
Collaborator

Describe the bug
There is an issue with pre-loading vector tiles where sometimes an individual tile does not finish loading successfully, or overtly fail, which can cause promises further up the chain to hang completely.

Additionally, there is an issue with preloading vector tiles in polar projections where invalid extents are being calculated that cause errors to be thrown.

To Reproduce
Steps to reproduce the behavior:

  1. Go to http://localhost:3000/?v=-5386240,-6936274.417709336,5386240,6936274.417709336&p=arctic&as=2021-08-01-T00%3A00%3A00Z&ae=2021-08-11-T00%3A00%3A00Z&l=VIIRS_NOAA20_Thermal_Anomalies_375m_All,Coastlines_15m,MODIS_Terra_CorrectedReflectance_TrueColor&lg=true&ab=on&t=2021-08-01-T04%3A00%3A00Z
  2. Hit "play"
  3. Observe error
@Benjaki2
Copy link
Collaborator

@jasontk19 Not able to replicate this. The link that loads is in the outermost zoom and appears to request the WMS tiles.

@jasontk19
Copy link
Collaborator Author

@Benjaki2 Sorry, the PR that got merged implemented a workaround for this, I need to update the description for a more accurate representation of the remaining bug.

@jasontk19
Copy link
Collaborator Author

If this resurfaces during animation enhancements work, we will know about it and can write a clearer ticket in JIRA for it. Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants