You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be some little typos in CirclePaint interface:
exportinterfaceCirclePaint{"circle-radius"?: number|StyleFunction;"circle-radius-transition"?: Transition;"circle-color"?: number|StyleFunction;"circle-blur"?: number|StyleFunction;"circle-opacity"?: number|StyleFunction;"circle-translate"?: number[];"circle-translate-anchor"?: "map"|"viewport";"circle-pitch-scale"?: "map"|"viewport";"circle-stroke-width"?: number|StyleFunction;"circle-stoke-color"?: string|StyleFunction;// should be `circle-stroke-color`"circle-stroke-opactiy"?: number|StyleFunction;// should be `circle-stroke-opacity`}
The text was updated successfully, but these errors were encountered:
There seems to be some little typos in
CirclePaint
interface:The text was updated successfully, but these errors were encountered: