@versatiles/style
Preparing search index...
@versatiles/style
SchemaGuess
Type Alias SchemaGuess
SchemaGuess
:
|
{
candidates
:
SchemaScore
[]
;
schema
:
SchemaName
|
undefined
;
type
:
"vector"
;
}
|
{
type
:
"raster"
}
|
{
type
:
"unknown"
}
The result of
guessSchema
.
vector
—
schema
is the recognised schema, or
undefined
when none qualifies or two tie.
candidates
scores every schema, best first, so a caller can show why.
raster
— a TileJSON without
vector_layers
. Raster tiles have no schema.
unknown
— not a TileJSON at all.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@versatiles/style
Loading...
The result of guessSchema.
vector—schemais the recognised schema, orundefinedwhen none qualifies or two tie.candidatesscores every schema, best first, so a caller can show why.raster— a TileJSON withoutvector_layers. Raster tiles have no schema.unknown— not a TileJSON at all.