Circle

A filled circle.

Paint Property

Property NameDescriptionTypeDefaults

circle-blur

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.

number

0

circle-color

The fill color of the circle.

hex values, RGB, RGBA, HSL, HSLA, Colors Name

#000000

circle-opacity

The opacity at which the circle will be drawn.

between 0 and 1 inclusive.

number

1

circle-pitch-alignment

Orientation of circle when map is pitched.

"map":

The circle is aligned to the plane of the map.

"viewport":

The circle is aligned to the plane of the viewport.

string

viewport

circle-pitch-scale

Controls the scaling behavior of the circle when the map is pitched.

"map":

Circles are scaled according to their apparent distance to the camera.

"viewport":

Circles are not scaled.

string

map

circle-radius

Circle radius.

greater than or equal to 0.

number

5

circle-stroke-color

The stroke color of the circle.

hex values, RGB, RGBA, HSL, HSLA, Colors Name

#000000

circle-stroke-opacity

The opacity of the circle's stroke.

between 0 and 1 inclusive.

number

1

circle-stroke-width

The width of the circle's stroke. Strokes are placed outside of the circle-radius. greater than or equal to 0.

number

0

circle-translate

The geometry's offset. Values are [x, y] where negatives indicate left and up, respectively.

array of numbers

[0,0]

circle-translate-anchor

Controls the frame of reference for circle-translate.

"map":

The circle is translated relative to the map.

"viewport":

The circle is translated relative to the viewport.

string

map

Layout Property

Property NameDescriptionTypeDefaults

visibility

Whether this layer is displayed.

"visible":

The layer is shown.

"none":

The layer is not shown.

String( visible or none)

visible

circle-sort-key

Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.

number

null

Last updated