MVTPolygonStyle
interface MVTPolygonStyle {
dashArray?: any[] | number[];
fillColor?: string | any[];
fillOpacity?: number | any[];
strokeColor?: string | any[];
strokeLineCap?: string | any[];
strokeLineJoin?: string | any[];
strokeOpacity?: number | any[];
strokeStyle?: string | any[];
strokeWeight?: number | any[];
visibility?: boolean | any[];
}
dashArray?: any[] | number[];
fillColor?: string | any[];
fillOpacity?: number | any[];
strokeColor?: string | any[];
strokeLineCap?: string | any[];
strokeLineJoin?: string | any[];
strokeOpacity?: number | any[];
strokeStyle?: string | any[];
strokeWeight?: number | any[];
visibility?: boolean | any[];
}
MVT面样式配置