feat(viewer): add support for pure HTML cluster feature - part 4#5507
Open
danpriori wants to merge 21 commits intodanpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part3from
Conversation
…ection in the api helper, facade and image 360 collection classes
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part3 #5507 +/- ##
===================================================================================================
+ Coverage 73.30% 73.51% +0.21%
===================================================================================================
Files 467 467
Lines 47451 47675 +224
Branches 3726 3768 +42
===================================================================================================
+ Hits 34783 35050 +267
+ Misses 12534 12491 -43
Partials 134 134
🚀 New features to boost your workflow:
|
Base automatically changed from
danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part3
to
danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part2
February 8, 2026 02:16
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
This was referenced Feb 8, 2026
Contributor
Author
|
/gemini review |
Contributor
There was a problem hiding this comment.
Code Review
This pull request effectively wires up the HTML cluster feature into the Image360Facade and Image360Collection classes, including adding necessary methods and tests. The changes are well-structured. However, I've identified a potential issue in the implementation of intersectCluster that could lead to an inconsistent UI state. My feedback focuses on resolving this to ensure correct hover behavior across multiple image collections.
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
…on-part3' into danpriori/BND3D-6392-pure-3d-clustering-360s-HTML-version-part4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Jira ticket 📘
https://cognitedata.atlassian.net/browse/BND3D-6392
This PR is part of a stacked PR to support the pure HTML cluster feature with an internal counter.
This PR implements the wiring of cluster feature into image360 facade and image360 collection classes.
How has this been tested? 🔍
It was tested by building it locally and testing it on cog-3d in scenes that have a lot of 360s, such as the Hybrid Mapping scene and the Ivar Aasen Demo (CAD, PC, 360).
Test instructions ℹ️
screen-capture.44.webm
Checklist ☑️