Skip to content

@eodash/eodash / Configuration / EodashStyleJson

Type Alias: EodashStyleJson

eodash flat style: an OpenLayers flat style extended with interactive variables, a jsonform, a legend, and tooltip configuration.

ts
type EodashStyleJson = FlatStyleLike & object;

Type Declaration

jsonform?

ts
optional jsonform?: JSONSchema7;

legend?

ts
optional legend?: EOxLayerControlLayerConfig["layerConfig"]["legend"];

tooltip?

ts
optional tooltip?: object[];

variables?

ts
optional variables?: Record<string, string | number | boolean | null | undefined>;

See

eodash Flat Styles