Skip to content

Commit 0e08ad2

Browse files
ZTongciCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 528a706 commit 0e08ad2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/Map/types/customProvider.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/**
2-
* Generic provider configuration — imagery overrides only.
2+
* Generic provider configuration for overriding external data sources.
33
*
4-
* Allows configuring custom imagery tile providers in a vendor-agnostic way.
5-
* Terrain and layer (3D tileset) URLs are configured directly on the engine
6-
* the engine (hardcoded in useTerrainProviderPromise) or via the layer's own url field.
4+
* - imagery.providers: imagery tile providers keyed by id
5+
* - layers.providers: 3D tileset providers keyed by id
6+
*
7+
* Terrain is configured via viewer/engine terrain settings (see useTerrainProviderPromise)
8+
* or via each layer's own `url` field.
79
*/
810

911
export type ImageryProviderEntry = {

0 commit comments

Comments
 (0)