Function createLinePrimitiveItem
- createLinePrimitiveItem(feature, style, vectorProperties, geometries): ConvertedItem<"primitive">
Parameters
- feature: Feature<Geometry>
- style: Style
- vectorProperties: VectorProperties
- geometries: {
geometry: PolylineGeometry;
heightInfo: VectorHeightInfo;
type: "line";
}[]