Skip to content

Documentation v1.0.0


Documentation / @openassistant/leaflet / LeafletOutputData

Type Alias: LeafletOutputData ​

LeafletOutputData = object

Defined in: leaflet-map.tsx:10

Properties ​

breaks? ​

optional breaks: number[]

Defined in: leaflet-map.tsx:16


colorBy? ​

optional colorBy: string

Defined in: leaflet-map.tsx:14


colors? ​

optional colors: string[]

Defined in: leaflet-map.tsx:17


colorType? ​

optional colorType: "breaks" | "unique"

Defined in: leaflet-map.tsx:15


geoJsonData ​

geoJsonData: FeatureCollection

Defined in: leaflet-map.tsx:11


id? ​

optional id: string

Defined in: leaflet-map.tsx:19


isDraggable? ​

optional isDraggable: boolean

Defined in: leaflet-map.tsx:23


isExpanded? ​

optional isExpanded: boolean

Defined in: leaflet-map.tsx:22


mapBounds ​

mapBounds: [[number, number], [number, number]]

Defined in: leaflet-map.tsx:12


showMore? ​

optional showMore: boolean

Defined in: leaflet-map.tsx:21


theme? ​

optional theme: string

Defined in: leaflet-map.tsx:20


uniqueValues? ​

optional uniqueValues: (string | number)[]

Defined in: leaflet-map.tsx:18


zoom ​

zoom: number

Defined in: leaflet-map.tsx:13

Released under the MIT License.