Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeoJsonDataProviderOptions

Hierarchy

Index

Properties

Optional tiler

tiler: ITiler

Custom tiler instance.

remarks

If not provided, GeoJsonDataProvider will obtain WorkerBasedTiler from ConcurrentTilerFacade.

Optional workerConnectionTimeout

workerConnectionTimeout: undefined | number

Timeout for connecting to the web worker in seconds. Default to 10s, search for: DEFAULT_WORKER_INITIALIZATION_TIMEOUT

Optional workerTilerUrl

workerTilerUrl: undefined | string

Worker script hosting Tiler service.

default

./decoder.bundle.ts

Generated using TypeDoc