Create a DecodedTile from binary tile data and a theme description in form of a StyleSetEvaluator.
Binary data in form of [[ArrayBufferLike]], or any object.
Quadtree address of tile.
Processor of Theme, identifies styling techniques applicable to individual objects.
Projection used by the individual data sources.
Generated using TypeDoc
ThemedTileDecoder
implements an ITileDecoder which uses a Theme to apply styles to the objects displayed in the map.By default, decoders are executed in web workers (using TileDecoderService) for performance reasons.