Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

HARP-8560 Fix for tiles not loading in sphere view #1247

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Conversation

MPursche
Copy link
Contributor

@MPursche MPursche commented Jan 27, 2020

Remove tile loader cache because of several issues(tile loaders canceled to soon, styles not updated).

Signed-off-by: Marcel Pursche marcel.pursche@here.com

Thank you for contributing to harp.gl!

Before requesting a pull request, please remember to check the following documents:

If you are adding new functionality we would highly appreciate if you can describe what is the capability you are adding and even better if you can add some examples. Please also remember to add tests for it.

CI Check

Our bots will check whether your PR can be directly integrated into the mainline. We have some internal integration tests running on the background, our bots will inform you of the next steps and someone from our team will take a look and help if needed!

And please do not forget to sign-off your commit! You can read more about DCO here. But, in short, you just need to use git commit -s or append --signoff when you are committing to the repo.

Happy contributing!

@codecov-io
Copy link

codecov-io commented Jan 27, 2020

Codecov Report

Merging #1247 into master will increase coverage by 0.27%.
The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1247      +/-   ##
==========================================
+ Coverage   52.16%   52.44%   +0.27%     
==========================================
  Files         260      260              
  Lines       23286    23503     +217     
  Branches     5176     5288     +112     
==========================================
+ Hits        12147    12325     +178     
- Misses      11139    11178      +39
Impacted Files Coverage Δ
@here/harp-mapview-decoder/lib/TileLoader.ts 72.53% <ø> (+1.1%) ⬆️
@here/harp-mapview-decoder/lib/TileDataSource.ts 62.5% <40%> (-4.58%) ⬇️
...re/harp-text-canvas/lib/rendering/TextMaterials.ts 70% <0%> (-6.93%) ⬇️
@here/harp-utils/lib/Mixins.ts 75% <0%> (-1.93%) ⬇️
@here/harp-materials/lib/Utils.ts 80.28% <0%> (-0.68%) ⬇️
...rp-mapview/lib/text/TextElementsRendererOptions.ts 100% <0%> (ø) ⬆️
@here/harp-datasource-protocol/lib/Outliner.ts 100% <0%> (ø) ⬆️
@here/harp-test-utils/lib/WebGLStub.ts 100% <0%> (ø) ⬆️
@here/harp-omv-datasource/lib/clipPolygon.ts 100% <0%> (ø) ⬆️
...p-geoutils/lib/tiling/QuadTreeSubdivisionScheme.ts 100% <0%> (ø) ⬆️
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6bb9c5a...3eccce8. Read the comment docs.

@MPursche
Copy link
Contributor Author

GPU tests please

Copy link
Member

@nzjony nzjony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-As mentioned, split into two commits, the DeferredPromise refactor / test and the change to the TileDataSource.-

Nevermind, I didn't see your other PR, I have approved that, and you will just need to rebase this one.

nzjony
nzjony previously approved these changes Jan 29, 2020
Signed-off-by: Marcel Pursche <marcel.pursche@here.com>
@MPursche MPursche merged commit d951f0b into master Jan 30, 2020
@MPursche MPursche deleted the HARP-8560 branch January 30, 2020 13:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants