Skip to content

Commit

Permalink
tslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed May 5, 2020
1 parent 425943f commit d692faf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
LayerDescriptor,
SizeDynamicOptions,
StylePropertyField,
VectorStylePropertiesDescriptor,
} from '../../../../common/descriptor_types';
import {
AGG_TYPE,
Expand Down Expand Up @@ -233,7 +234,7 @@ export function createLayerDescriptor({
origin: FIELD_ORIGIN.SOURCE,
};

const styleProperties = {
const styleProperties: VectorStylePropertiesDescriptor = {
[VECTOR_STYLES.FILL_COLOR]: createDynamicFillColorDescriptor(layer, metricStyleField),
[VECTOR_STYLES.ICON_SIZE]: {
type: STYLE_TYPE.DYNAMIC,
Expand Down

0 comments on commit d692faf

Please sign in to comment.