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

HARP-15773 WebTileDataSource avoids the TileGeometryLoader #2218

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

nzjony
Copy link
Member

@nzjony nzjony commented Jun 14, 2021

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
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #2218 (bf14374) into master (0f25c65) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2218      +/-   ##
==========================================
- Coverage   66.65%   66.65%   -0.01%     
==========================================
  Files         312      312              
  Lines       27756    27757       +1     
  Branches     6204     6204              
==========================================
  Hits        18502    18502              
- Misses       9254     9255       +1     
Impacted Files Coverage Δ
@here/harp-webtile-datasource/lib/WebTileLoader.ts 100.00% <100.00%> (ø)
@here/harp-mapview/lib/MapMaterialAdapter.ts 92.14% <0.00%> (-0.72%) ⬇️

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 0f25c65...bf14374. Read the comment docs.

@nzjony nzjony force-pushed the HARP-15773_fix_webtiledatasource branch from 980cf22 to e52ca58 Compare June 14, 2021 10:27
@nzjony nzjony requested a review from germanz June 14, 2021 12:11
So it bypasses the tile.clear() call which would fix this issue
I have made a follow up ticket HARP-15866 to investigate

Signed-off-by: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com>
@nzjony nzjony force-pushed the HARP-15773_fix_webtiledatasource branch from e52ca58 to bf14374 Compare June 14, 2021 13:01
@nzjony nzjony merged commit e15ae90 into master Jun 16, 2021
@nzjony nzjony deleted the HARP-15773_fix_webtiledatasource branch June 16, 2021 08:03
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

2 participants