diff --git a/src/style/style_layer/symbol_style_layer_properties.js b/src/style/style_layer/symbol_style_layer_properties.js index 2c00d943685..ed22587f068 100644 --- a/src/style/style_layer/symbol_style_layer_properties.js +++ b/src/style/style_layer/symbol_style_layer_properties.js @@ -15,7 +15,7 @@ import { import type Color from '../../style-spec/util/color'; export type LayoutProps = {| - "symbol-placement": DataConstantProperty<"point" | "line">, + "symbol-placement": DataConstantProperty<"point" | "line" | "line-center">, "symbol-spacing": DataConstantProperty, "symbol-avoid-edges": DataConstantProperty, "icon-allow-overlap": DataConstantProperty,