Static defaultThe URL containing a script to fall back (default) to when looking for worker sets and tilers.
Static defaultThe default number of workers.
Static destroyStatic destroyStatic destroyStatic getReturns a WorkerBasedTiler instance.
The name of the tiler service type.
Optional scriptUrl: stringThe optional URL with the workers' script.
Optional workerCount: numberThe number of web workers to use.
Optional workerConnectionTimeout: numberTimeout in seconds to connect to the web worker.
Static getReturns a [[ConcurrentWorkerSet]] instance based on the script URL specified.
Optional scriptUrl: stringThe optional URL with the workers' script. If not specified, the function uses [[defaultScriptUrl]] instead.
Optional workerCount: numberThe number of web workers to use.
Optional workerConnectionTimeout: numberTimeout in seconds to connect to the web worker.
Generated using TypeDoc
Default concurrent tiler helper.
A convenient singleton that maintains a separate [[ConcurrentWorkerSet]] for each bundle requested. Provides easy access to WorkerBasedTilers for data sources.