Skip to content

Documentation v1.0.0


Documentation / @openassistant/map / KeplerGlToolAdditionalData

Type Alias: KeplerGlToolAdditionalData

KeplerGlToolAdditionalData = object

Defined in: keplergl/tool.ts:171

Properties

colorBy?

optional colorBy: string

Defined in: keplergl/tool.ts:180


colorMap?

optional colorMap: object[]

Defined in: keplergl/tool.ts:182

color

color: string

label?

optional label: string

value

value: string | number | null


colorType?

optional colorType: "breaks" | "unique"

Defined in: keplergl/tool.ts:181


datasetForKepler

datasetForKepler: FileCacheItem[]

Defined in: keplergl/tool.ts:178


datasetId

datasetId: string

Defined in: keplergl/tool.ts:172


geometryColumn?

optional geometryColumn: string

Defined in: keplergl/tool.ts:174


latitudeColumn?

optional latitudeColumn: string

Defined in: keplergl/tool.ts:175


layerConfig?

optional layerConfig: Record<string, unknown>

Defined in: keplergl/tool.ts:179


layerId

layerId: string

Defined in: keplergl/tool.ts:173


longitudeColumn?

optional longitudeColumn: string

Defined in: keplergl/tool.ts:176


mapType?

optional mapType: string

Defined in: keplergl/tool.ts:177

Released under the MIT License.