Skip to content

Change GeoJSON reader to parse LineString features into vtkPolyLine instances

In the current implementation, each input LineString features is parsed into a set of vtkLine instances. This branch changes the logic to instead create a single vtkPolyLine for each LineString feature, to better represent the input data.

Merge request reports