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

WIP: Add i3s support #7158

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

WIP: Add i3s support #7158

wants to merge 8 commits into from

Conversation

ljowen
Copy link
Contributor

@ljowen ljowen commented May 20, 2024

What this PR does

Fixes #6416

Test me

How should reviewers test this?
http://ci.terria.io/add-i3s-support/#share=s-6GOnlosN9giIE8La77FjvOGNl9l

Checklist

  • There are unit tests to verify my changes are correct or unit tests aren't applicable (if so, write quick reason why unit tests don't exist)
  • I've updated relevant documentation in doc/.
  • I've updated CHANGES.md with what I changed.
  • I've provided instructions in the PR description on how to test this PR.

@ljowen ljowen linked an issue May 20, 2024 that may be closed by this pull request
@ljowen ljowen changed the title RFC: Add i3s support WIP: Add i3s support May 20, 2024
@ljowen ljowen force-pushed the add-i3s-support branch 2 times, most recently from 6525652 to bb12991 Compare May 20, 2024 23:19
@CLAassistant
Copy link

CLAassistant commented May 20, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@na9da na9da left a comment

Choose a reason for hiding this comment

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

@ljowen - looking great and good job figuring out the complexities of the model layer. I have just added a few suggestions.

lib/Core/getDataType.ts Outdated Show resolved Hide resolved
lib/Models/Catalog/CatalogItems/I3SCatalogItem.ts Outdated Show resolved Hide resolved
lib/Models/Catalog/CatalogItems/I3SCatalogItem.ts Outdated Show resolved Hide resolved
lib/Models/Catalog/CatalogItems/I3SCatalogItem.ts Outdated Show resolved Hide resolved
Comment on lines +6 to +13
@traitClass({
description: `Creates an I3S item in the catalog from an slpk.`,
example: {
type: "I3S",
name: "CoM Melbourne 3D Photo Mesh",
id: "some-unique-id"
}
})
Copy link
Collaborator

Choose a reason for hiding this comment

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

I didn't know this existed 💯

lib/ModelMixins/Cesium3dTilesMixin.ts Outdated Show resolved Hide resolved
@ljowen ljowen force-pushed the add-i3s-support branch 3 times, most recently from 2560563 to dc8249e Compare May 29, 2024 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cesium native I3S support
3 participants