flywave-terrain-datasource.terraintiledecoder.connect
Home > @flywave/flywave-terrain-datasource > TerrainTileDecoder > connect
TerrainTileDecoder.connect() method
Establishes connection for the decoder This is a placeholder implementation that immediately resolves In more complex decoders, this might establish connections to external services
Signature:
connect(): Promise<void>;
Returns:
Promise<void>
A promise that resolves when the connection is established