text
stringlengths
0
8.81k
tileset.
Name
Type
Description
options
object
optional
Construction options. Any options allowed by the Cesium3DTileset constructor
may be specified here. In addition to those, the following properties are supported:
Name
Type
Default
Description
defaultColor
Color
Color.WHITE
optional
The default color to use for buildings
that do not have a color. This parameter is ignored if options.style is specified.
style
Cesium3DTileStyle
optional
The style to use with the tileset. If not
specified, a default style is used which gives each building or building part a
color inferred from its OpenStreetMap tags. If no color can be inferred,
options.defaultColor is used.
enableShowOutline
boolean
true
optional
If true, enable rendering outlines. This can be set to false to avoid the additional processing of geometry at load time.
showOutline
boolean
true