Skip to content

PB-100: Manage camera and 3D parameter from the legacy parameters #607

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

Merged
merged 7 commits into from
Jan 19, 2024

Conversation

Copy link

cypress bot commented Jan 17, 2024

Passing run #302 ↗︎

0 165 19 0 Flakiness 0

Details:

PB-100: Fix typo based on PR review.
Project: web-mapviewer Commit: 1971af6cf0
Status: Passed Duration: 04:27 💡
Started: Jan 19, 2024 4:48 AM Ended: Jan 19, 2024 4:52 AM

Review all test suite changes for PR #607 ↗︎

@ismailsunni ismailsunni changed the title Manage camera and 3D parameter from the legacy parameters PB100: Manage camera and 3D parameter from the legacy parameters Jan 18, 2024
@ismailsunni ismailsunni marked this pull request as ready for review January 18, 2024 09:15
@ismailsunni ismailsunni requested review from ltshb and pakb January 18, 2024 09:15
@ltshb ltshb changed the title PB100: Manage camera and 3D parameter from the legacy parameters PB-100: Manage camera and 3D parameter from the legacy parameters Jan 18, 2024
@ltshb
Copy link
Contributor

ltshb commented Jan 18, 2024

@ismailsunni thanks for the PR, could you add the PB-100: prefix to all commit messages, this create then an auto link to the jira issue. Thanks

@ismailsunni ismailsunni force-pushed the feat-PB-100-manage-3d-parameters branch 2 times, most recently from 5c7d0be to 1ba745a Compare January 18, 2024 10:34
@ismailsunni
Copy link
Contributor Author

@ltshb done

Copy link
Contributor

@ltshb ltshb left a comment

Choose a reason for hiding this comment

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

Looks good to me just a small typo

newQuery['3d'] = true
newQuery['sr'] = WEBMERCATOR.epsgNumber

// Handle different backrgound layer from legacy 3D parameter
Copy link
Contributor

Choose a reason for hiding this comment

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

typo background

@ltshb
Copy link
Contributor

ltshb commented Jan 18, 2024

@ismailsunni please not to not merge develop into your branch but rebase your branch on top of develop in order to keep a clean git history, thanks

Copy link
Contributor

@pakb pakb left a comment

Choose a reason for hiding this comment

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

Nice, thanks!

@@ -214,7 +214,13 @@ Cypress.Commands.add(
errorMsg: 'Timeout waiting for all layers to be loaded',
}
)
if ('3d' in queryParams && queryParams['3d'] === true) {

// In the legacy URL, 3d is not found. We check is the map in 3d or not by checking the pitch, heading, and elevation
Copy link
Contributor

Choose a reason for hiding this comment

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

another minor typo here We check if the map... and not We check is the map...

@ismailsunni ismailsunni force-pushed the feat-PB-100-manage-3d-parameters branch from 1ba745a to 1971af6 Compare January 19, 2024 04:44
@ismailsunni ismailsunni merged commit 63dbe43 into develop Jan 19, 2024
@ismailsunni ismailsunni deleted the feat-PB-100-manage-3d-parameters branch January 19, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants