StyleError

class StyleError

Error codes that occurs while parsing the style in VectorRenderer.

Methods

class StyleError
quark() int

Fields

class StyleError
FAILED

An unspecified error occurred during the operation.

INVALID_EXPRESSION

An invalid or unrecognized expression was encountered.

MALFORMED_STYLE

A JSON node in the style has the wrong type (e.g. an object where there should be an array).

SUPPORT_OMITTED

Libshumate was compiled without vector tile support.

UNSUPPORTED

An unsupported style spec feature was encountered.

UNSUPPORTED_LAYER

An unsupported layer type was encountered.