Creates a new WorkerBasedDecoder
.
ConcurrentWorkerSet this tiler will live in.
Service type identifier.
The number of workers started for this decoder. The value is undefined
until the workers
have been created.
Configure tile decoder service in workers.
Options that will be applied to the styles
new options, undefined options are not changed
Connects to WorkerServiceManagers in underlying ConcurrentWorkerSet and creates dedicated TileDecoderServices in all workers to serve decode requests.
Get Tile from tile decoder service in worker.
Dispose of dedicated tile decoder services in workers and remove reference to underlying ConcurrentWorkerSet.
Get {@link @here/harp-datasource-protocol#TileInfo} from tile decoder service in worker.
Generated using TypeDoc
Decoder based on ConcurrentWorkerSet.
Decodes tiles using workers running in separate contexts (also known as
WebWorkers
):