Interface: VisualizationLayer
Defined in: spec/types.ts:219
Properties
activeLegendId?
optionalactiveLegendId?:string
Defined in: spec/types.ts:232
Id of the currently active legend from legends[].
geometry
geometry:
GeoVisGeometryType
Defined in: spec/types.ts:222
id
id:
string
Defined in: spec/types.ts:220
legends?
optionallegends?:LegendSpec[]
Defined in: spec/types.ts:230
Optional alternative legend definitions presented as runtime toggles.
mapDataId?
optionalmapDataId?:string
Defined in: spec/types.ts:238
Optional reference to an entry in spec.mapData.
When present, the layer can be styled/queried by per-feature values
coming from the dataset (joined via feature.id or mapData.joinKey).
maxzoom?
optionalmaxzoom?:number
Defined in: spec/types.ts:227
minzoom?
optionalminzoom?:number
Defined in: spec/types.ts:226
paint?
optionalpaint?:LayerPaint
Defined in: spec/types.ts:228
sourceId
sourceId:
string
Defined in: spec/types.ts:221
sourceLayer?
optionalsourceLayer?:string
Defined in: spec/types.ts:223
title?
optionaltitle?:string
Defined in: spec/types.ts:224
visible?
optionalvisible?:boolean
Defined in: spec/types.ts:225