GeoLeaf Core API - v3.0.0
Preparing search index...
adapters/maplibre/maplibre-style-converter
CirclePaint
Interface CirclePaint
MapLibre paint properties for a circle layer.
interface
CirclePaint
{
"circle-color"
?:
string
|
unknown
[]
;
"circle-opacity"
?:
number
|
unknown
[]
;
"circle-radius"
?:
number
|
unknown
[]
;
"circle-stroke-color"
?:
string
|
unknown
[]
;
"circle-stroke-width"
?:
number
|
unknown
[]
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
circle-
color?
circle-
opacity?
circle-
radius?
circle-
stroke-
color?
circle-
stroke-
width?
Properties
Optional
circle-
color
"circle-color"
?:
string
|
unknown
[]
Optional
circle-
opacity
"circle-opacity"
?:
number
|
unknown
[]
Optional
circle-
radius
"circle-radius"
?:
number
|
unknown
[]
Optional
circle-
stroke-
color
"circle-stroke-color"
?:
string
|
unknown
[]
Optional
circle-
stroke-
width
"circle-stroke-width"
?:
number
|
unknown
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
circle-
color
circle-
opacity
circle-
radius
circle-
stroke-
color
circle-
stroke-
width
GeoLeaf Core API - v3.0.0
Loading...
MapLibre paint properties for a circle layer.