Creates a new WorkerBasedTiler
.
ConcurrentWorkerSet this tiler will live in.
Service type identifier.
Connects to WorkerServiceManagers in underlying ConcurrentWorkerSet and creates dedicated TilerServices in all workers to serve tiling requests.
Dispose of dedicated tiler services in workers and remove reference to underlying ConcurrentWorkerSet.
Retrieves a tile for a previously registered index.
Index identifier.
The {@link @here/harp-geoutils#TileKey} that identifies the tile.
Register index in the tiler. Indexes registered in the tiler can be later used to retrieved
tiled payloads using getTile
.
Index identifier.
Url to the index payload, or direct GeoJSON.
Update index in the tiler. Indexes registered in the tiler can be later used to retrieved
tiled payloads using getTile
.
Index identifier.
Url to the index payload, or direct GeoJSON.
Generated using TypeDoc
Tiler based on ConcurrentWorkerSet.
Tiles payloads using workers running in separate contexts (also known as
WebWorkers
):