Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAddLayerFromParsedFeaturesOptions

Options to add a new layer from parsed features

export
interface

IAddLayerFromParsedFeaturesOptions

since

0.13

Hierarchy

  • IAddLayerFromParsedFeaturesOptions

Index

Properties

Optional defaultStyle

defaultStyle: IVectorFeatureStyle

The style to use for this layer. If not specified, a default style will be assigned to this layer

features

features: IParsedFeatures

The parsed features to add the layer with

Optional projection

projection: ProjectionLike

The projection to assign for this layer. If not specified, the map's projection is assumed

Generated using TypeDoc