Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkerBasedTiler

Tiler based on ConcurrentWorkerSet.

Tiles payloads using workers running in separate contexts (also known as WebWorkers):

  • connection establishment,
  • sends tile requests,
  • configuration.

Hierarchy

  • WorkerBasedTiler

Implements

Index

Constructors

constructor

Methods

connect

  • connect(): Promise<void>

dispose

  • dispose(): void

getTile

  • getTile(indexId: string, tileKey: TileKey): Promise<{}>

registerIndex

  • registerIndex(indexId: string, input: URL | GeoJson): Promise<void>

updateIndex

  • updateIndex(indexId: string, input: URL | GeoJson): Promise<void>

Generated using TypeDoc