Optional
avoidThis is a property relevant if using tiled datasets. If true, the symbols will not cross tile edges to avoid mutual collisions.
Optional
blurAmount to blur the Symbolizer. 1 blurs the Symbolizer such that only the centerpoint has full opacity. Mostly relevant for circles.
Optional
colorA color defined as a hex-color string.
Optional
fillThe opacity of the fill. A value between 0 and 1. 0 is none opaque and 1 is full opaque.
Describes the type of the kind of the Symbolizer.
Optional
offsetThe offset of the Symbolizer as [x, y] coordinates. Positive values indicate right and down, while negative values indicate left and up.
Optional
offsetProperty relevant for mapbox-styles. Compare https://docs.mapbox.com/mapbox-gl-js/style-spec/#paint-symbol-icon-translate-anchor
Optional
opacityDetermines the total opacity for the Symbolizer. A value between 0 and 1. 0 is none opaque and 1 is full opaque.
Optional
pitchProperty relevant for mapbox-styles. Compare https://docs.mapbox.com/mapbox-gl-js/style-spec/#paint-circle-circle-pitch-alignment
Optional
pitchProperty relevant for mapbox-styles. Compare https://docs.mapbox.com/mapbox-gl-js/style-spec/#paint-circle-circle-pitch-scale
Optional
radiusThe radius of the Symbolizer. Values describing the full size of the Symbolizer have to be divided by two (pixels if radiusUnit is not defined).
Optional
radiusUnit to use for the radius.
Optional
rotateThe rotation of the Symbolizer in degrees. Value should be between 0 and 360.
Optional
strokeThe color of the stroke represented as a hex-color string.
Optional
strokeThe opacity of the stroke. A value between 0 and 1. 0 is none opaque and 1 is full opaque.
Optional
strokeThe width of the stroke (pixels if strokeWidthUnit is not defined).
Optional
strokeUnit to use for the strokeWidth.
Optional
visibilityDefines whether the Symbolizer should be visibile or not.
The WellKnownName of the MarkSymbolizer.
MarkSymbolizer describes the style representation of POINT data, if styled as with a regular geometry.