Circle Layer
A filled circle.
See also
Parameters
the source that drives this layer.
the ID of the layer, by default, a random id will be generated with UUID.
Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.
The fill color of the circle.
Controls the intensity of light emitted on the source features.
The opacity at which the circle will be drawn.
Orientation of circle when map is pitched.
Controls the scaling behavior of the circle when the map is pitched.
Circle radius.
The stroke color of the circle.
The opacity of the circle's stroke.
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
Controls the frame of reference for circle-translate
.
Whether this layer is displayed.
The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.
The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.
Layer to use from a vector tile source. Required for vector tile sources; prohibited for all other source types, including GeoJSON sources.
An expression specifying conditions on source features. Only features that match the filter are displayed. Zoom expressions in filters are only evaluated at integer zoom levels. The ["feature-state", ...]
expression is not supported in filter expressions. The ["pitch"]
and ["distance-from-center"]
expressions are supported only for filter expressions on the symbol layer.