Open monish-j opened 1 week ago
Thank you for the pull request, @monish-j! Welcome to the Cesium community!
In order for us to review your PR, please complete the following steps:
Review Pull Request Guidelines to make sure your PR gets accepted quickly.
Hi @ggetz,
I have removed the deprecated createGooglePhotorealistic3DTileset(key)
function and updated the code to use the new format createGooglePhotorealistic3DTileset({key})
. The changes have been committed and pushed to the branch remove-deprecated-createGooglePhotorealistic3DTileset-key
.
Could you please review the changes and let me know if there are any additional updates or documentation changes needed?
Thank you!
Summary
This pull request addresses issue #12328 by removing the deprecated
createGooglePhotorealistic3DTileset(key)
function. The function has been replaced with the new formatcreateGooglePhotorealistic3DTileset({key})
.Changes
createGooglePhotorealistic3DTileset(key)
function.createGooglePhotorealistic3DTileset
function to use the new options object format.CHANGES.md
to reflect the removal of the deprecated function.Verification
createGooglePhotorealistic3DTileset
function.Additional Notes
Please let me know if there are any additional documentation updates or other changes needed.
Thank you!
Issue number and link
Fixes #12328
Author checklist
[x] I have submitted a Contributor License Agreement
[x] I have added my name to CONTRIBUTORS.md
[x] I have updated CHANGES.md with a short summary of my change
[x] I have added or updated unit tests to ensure consistent code coverage
[x] I have updated the inline documentation, and included code examples where relevant
[x] I have performed a self-review of my code