Skip to content

KBE3D / KBCore / Cesium / GeoJsonDataSource / LoadOptions

接口: LoadOptions

Initialization options for the <code>load</code> method.

属性

sourceUri?

optional sourceUri: string

Overrides the url to use for resolving relative links.


describe?

optional describe: describe

A function which returns a Property object (or just a string).


markerSize?

optional markerSize: number

The default size of the map pin created for each point, in pixels.


markerSymbol?

optional markerSymbol: string

The default symbol of the map pin created for each point.


markerColor?

optional markerColor: Color

The default color of the map pin created for each point.


stroke?

optional stroke: Color

The default color of polylines and polygon outlines.


strokeWidth?

optional strokeWidth: number

The default width of polylines and polygon outlines.


fill?

optional fill: Color

The default color for polygon interiors.


clampToGround?

optional clampToGround: boolean

true if we want the geometry features (polygons or linestrings) clamped to the ground.


credit?

optional credit: string | Credit

A credit for the data source, which is displayed on the canvas.

KBE3D @3.0.0 Copyright © 2024-present KBE3D