Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to add a new layer from parsed features

export
interface

IAddLayerFromParsedFeaturesOptions

since

0.13

Hierarchy

  • IAddLayerFromParsedFeaturesOptions

Index

Properties

defaultStyle?: IVectorLayerStyle

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

since

0.13

since

0.14 changed to IVectorLayerStyle

defn?: any

A definition to attach to this layer. This definition is application-defined and is primarily to assist the application in implementing persistence/restoration of this layer on an application-defined basis

since

0.14.3

Extra options for the layer to be added

since

0.14

features: IParsedFeatures

The parsed features to add the layer with

labelOnProperty?: string

The property to use for labeling

since

0.14

metadata?: any

Metadata for this layer

since

0.14

projection?: ProjectionLike

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

The popup template to use when features are selected on this layer

since

0.14

Generated using TypeDoc