flywave-vectortile-datasource.vectortiledatasourceparameters
Home > @flywave/flywave-vectortile-datasource > VectorTileDataSourceParameters
VectorTileDataSourceParameters interface
Signature:
export interface VectorTileDataSourceParameters extends DataSourceOptions, Omit<TileDataSourceOptions, "dataProvider" | "tilingScheme">
Extends: DataSourceOptions, Omit<TileDataSourceOptions, "dataProvider" | "tilingScheme">
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Indicates whether to add a ground plane to cover the tile completely. | ||
boolean | (Optional) | ||
DataProvider | (Optional) Optionally specify the DataProvider that should be used. | ||
boolean | (Optional) Indicates whether overlay on elevation is enabled. Defaults to | ||
(Optional) Identifier used to choose [[OmvFeatureModifier]]s to be applied. | |||
(Optional) A description for the feature filter that can be safely passed down to the web workers. | |||
boolean | (Optional) Gather feature attributes from | ||
boolean | (Optional) Gather feature IDs from | ||
boolean | (Optional) | ||
string | (Optional) Expresses specific country point of view that is used when rendering disputed features, like borders, names, etc. If undefined "defacto" or most widely accepted political view will be presented. | ||
boolean | (Optional) Indicates whether the decoder is allowed to adjust the coordinates to avoid possible glitches at the 180th meridian. | ||
boolean | (Optional) If set to | ||
boolean | (Optional) If not set to | ||
TileFactory<Tile> | (Optional) Optional, custom factory for Tile instances created by this VectorTileDataSource. |