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

feat: add overview archive to imagery config #2545

Merged
merged 4 commits into from
Nov 24, 2022
Merged

Conversation

blacha
Copy link
Member

@blacha blacha commented Oct 14, 2022

No description provided.

@blacha blacha requested a review from a team as a code owner October 14, 2022 01:18
@lgtm-com
Copy link

lgtm-com bot commented Oct 14, 2022

This pull request introduces 6 alerts when merging 1f0dc2b into e331835 - view on LGTM.com

new alerts:

  • 6 for Unused variable, import, function or class


export interface ConfigImageryOverview {
/** Path to overview archive */
path: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be relative path?

Copy link
Contributor

Choose a reason for hiding this comment

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

Can we update the comment to say this is a relative path from the imagery.uri?

Copy link
Member Author

Choose a reason for hiding this comment

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

interesting thought, maybe we should check if it starts with ./ then join it or allow it to be absolute? s3://foo/bar/overviews

Copy link
Contributor

Choose a reason for hiding this comment

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

That would be better. I would like to have the option to put overview in different location.

Copy link
Contributor

@Wentao-Kuang Wentao-Kuang left a comment

Choose a reason for hiding this comment

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

Looks fine, and tested good. Maybe just one comment change. Otherwise looks good to me.

@kodiakhq kodiakhq bot merged commit ac463ef into master Nov 24, 2022
@kodiakhq kodiakhq bot deleted the feat/use-overview-file branch November 24, 2022 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants