Skip to content

Documentation v1.0.0


Documentation / @openassistant/map / KeplerglToolArgs

Type Alias: KeplerglToolArgs

KeplerglToolArgs = object

Defined in: keplergl/tool.ts:190

Properties

colorBy?

optional colorBy: string

Defined in: keplergl/tool.ts:196


colorMap?

optional colorMap: object[]

Defined in: keplergl/tool.ts:198

color

color: string

value

value: string | number


colorType?

optional colorType: "breaks" | "unique"

Defined in: keplergl/tool.ts:197


datasetName

datasetName: string

Defined in: keplergl/tool.ts:191


geometryColumn?

optional geometryColumn: string

Defined in: keplergl/tool.ts:192


latitudeColumn?

optional latitudeColumn: string

Defined in: keplergl/tool.ts:193


longitudeColumn?

optional longitudeColumn: string

Defined in: keplergl/tool.ts:194


mapType?

optional mapType: string

Defined in: keplergl/tool.ts:195

Released under the MIT License.