...
When specifying a style within the Weave map engine config directly you need to specify and an id for the style, so that it can be referenced by the layer, and also what type of features the style will be applied to, point
, line
(or linestring
) or polygon
, and you do this by setting the type
attribute for the style.
...