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.
Optional
options: DecoderOptionsOptions that will be applied to the styles
Optional
customOptions: OptionsMapnew options, undefined options are not changed
Broadcasts @xyzmaps/harp-datasource-protocol#ConfigurationMessage to all [[TileDecoderService]]s running in worker pool.
Get Tile from tile decoder service in worker.
Optional
requestController: RequestControllerInvokes @xyzmaps/harp-datasource-protocol#DecodeTileRequest on [[TileDecoderService]] running in worker pool.
Get @xyzmaps/harp-datasource-protocol#TileInfo from tile decoder service in worker.
Optional
requestController: RequestControllerInvokes @xyzmaps/harp-datasource-protocol#TileInfoRequest on [[TileDecoderService]] running in worker pool.
Generated using TypeDoc
Decoder based on [[ConcurrentWorkerSet]].
Decodes tiles using workers running in separate contexts (also known as
WebWorkers
):