Skip to content

Commit

Permalink
Add symbol-placement: line-center to symbol_style_layer_properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLoer committed Jul 10, 2018
1 parent db9a34e commit bfc793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/style_layer/symbol_style_layer_properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<number>,
"symbol-avoid-edges": DataConstantProperty<boolean>,
"icon-allow-overlap": DataConstantProperty<boolean>,
Expand Down

0 comments on commit bfc793f

Please sign in to comment.