flywave-vectortile-datasource.vectortiledatasourceparameters.featuremodifierid
Home > @flywave/flywave-vectortile-datasource > VectorTileDataSourceParameters > featureModifierId
VectorTileDataSourceParameters.featureModifierId property
Identifier used to choose [[OmvFeatureModifier]]s to be applied.
Signature:
featureModifierId?: FeatureModifierId;
Remarks
If left undefined at least [[OmvGenericFeatureModifier]] will be applied. The list of feature modifiers may be extended internally by some data source options such as [[politicalView]] which adds [[OmvPoliticalViewFeatureModifier]].
This parameter gets applied to the decoder used in the VectorTileDataSource which might be shared between various VectorTileDataSources.