-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Cesium ion external asset handling
`CesiumIonResource` should only be used for ion hosted assets, so create a standard Resource instance for external 3D Tiles and Terrain. This also means that `CesiumIonResource.createImageryProvider` can't exist and needs to just be on `CesiumIon` directly instead. Also add `Instrumented` directory to .eslintignore becuase it was linting the results of `instrumentForCoverage`
- Loading branch information
Showing
3 changed files
with
327 additions
and
178 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.