FeatureStyle: {
    fill?: FillStyle;
    point?: PointStyle;
    stroke?: StrokeStyle;
}

Type declaration

  • Optionalfill?: FillStyle

    The fill style to apply to Polygons and MultiPolygons geometries.

  • Optionalpoint?: PointStyle

    The style to apply to Points and MultiPoints.

  • Optionalstroke?: StrokeStyle

    The stroke style to apply to LineStrings, MultiLineStrings, Polygons and MultiPolygons.