Skip to main content

flywave-mapview.visibletilesetoptions

Home > @flywave/flywave-mapview > VisibleTileSetOptions

VisibleTileSetOptions interface

Limited set of MapViewOptions used for VisibleTileSet.

Signature:

export interface VisibleTileSetOptions 

Properties

Property

Modifiers

Type

Description

clipPlanesEvaluator

ClipPlanesEvaluator

User-defined camera clipping planes evaluator.

extendedFrustumCulling

boolean

In addition to the simple frustum culling also do additional checks with [[MapTileCuller]].

maxTilesPerFrame

number

(BETA) Maximal number of new tiles, that can be added to the scene per frame. if set to 0the limit will be ignored and all available tiles be uploaded.

maxVisibleDataSourceTiles

number

Limit of tiles that can be visible per datasource.

projection

Projection

The projection of the view.

quadTreeSearchDistanceDown

number

Number of levels to go down when searching for fallback tiles.

quadTreeSearchDistanceUp

number

Number of levels to go up when searching for fallback tiles.

resourceComputationType

ResourceComputationType

Missing Typedoc

tileCacheSize

number

Missing Typedoc