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

MINOR: support DataSourceOptions in HereWebtileDataSource #2022

Merged
merged 2 commits into from
Jan 6, 2021

Conversation

FraukeF
Copy link
Contributor

@FraukeF FraukeF commented Jan 4, 2021

Signed-off-by: Frauke Fritz [email protected]

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 Jan 4, 2021

Codecov Report

Merging #2022 (daa16d4) into master (d7754a8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2022   +/-   ##
=======================================
  Coverage   66.26%   66.26%           
=======================================
  Files         294      294           
  Lines       26313    26313           
  Branches     5930     5930           
=======================================
  Hits        17435    17435           
  Misses       8878     8878           
Impacted Files Coverage Δ
...rp-webtile-datasource/lib/HereWebTileDataSource.ts 54.36% <ø> (ø)

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 d7754a8...daa16d4. Read the comment docs.

@@ -29,7 +30,7 @@ const textureLoader = new TextureLoader();
/**
* Options for {@link HereWebTileDataSource}.
*/
interface HereWebTileDataSourceOptions {
interface HereWebTileDataSourceOptions extends Omit<WebTileDataSourceOptions, "dataProvider"> {
Copy link
Member

Choose a reason for hiding this comment

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

you can remove resolution and renderingOptions, because they are part of WebTileDataSourceOptions

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@FraukeF FraukeF merged commit 628ae16 into master Jan 6, 2021
@FraukeF FraukeF deleted the webtileoptions branch January 6, 2021 08:58
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.

2 participants