Appearance
KBE3D / KBCore / Cesium / GeoJsonDataSource / LoadOptions
接口: LoadOptions
Initialization options for the <code>load</code> method.
属性
sourceUri?
optionalsourceUri:string
Overrides the url to use for resolving relative links.
describe?
optionaldescribe:describe
A function which returns a Property object (or just a string).
markerSize?
optionalmarkerSize:number
The default size of the map pin created for each point, in pixels.
markerSymbol?
optionalmarkerSymbol:string
The default symbol of the map pin created for each point.
markerColor?
optionalmarkerColor:Color
The default color of the map pin created for each point.
stroke?
optionalstroke:Color
The default color of polylines and polygon outlines.
strokeWidth?
optionalstrokeWidth:number
The default width of polylines and polygon outlines.
fill?
optionalfill:Color
The default color for polygon interiors.
clampToGround?
optionalclampToGround:boolean
true if we want the geometry features (polygons or linestrings) clamped to the ground.
credit?
optionalcredit:string|Credit
A credit for the data source, which is displayed on the canvas.
