There was an error while loading. Please reload this page.
1 parent 528a706 commit 0e08ad2Copy full SHA for 0e08ad2
1 file changed
src/Map/types/customProvider.ts
@@ -1,9 +1,11 @@
1
/**
2
- * Generic provider configuration — imagery overrides only.
+ * Generic provider configuration for overriding external data sources.
3
*
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.
+ * - imagery.providers: imagery tile providers keyed by id
+ * - layers.providers: 3D tileset providers keyed by id
+ *
7
+ * Terrain is configured via viewer/engine terrain settings (see useTerrainProviderPromise)
8
+ * or via each layer's own `url` field.
9
*/
10
11
export type ImageryProviderEntry = {
0 commit comments