docs: update WMTS examples to use https for basemap.nationalmap.gov #12441
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.
Description
I have fixed the issue of #12375 by updating the file packages/engine/Source/Scene/WebMapTileServiceImageryProvider.js. The changes were made at:
Line 60: Changed http to https
Line 74: Changed http to https
After building the code, it is working as expected. Attached is a screenshot demonstrating the successful fix.
Issue Number and Link
Fixes #12375.
Testing Plan
Reproduced the issue by running the original code.
Made the updates to replace http with https.
Built and tested the updated code to verify that the issue is resolved.
Author checklist
CONTRIBUTORS.md
CHANGES.md
with a short summary of my change