Skip to main content

I have JSON files where every Linestring includes a Point and in some cases Polygons. I want to filter data to find out which Linestrings do not include Polygons and create a JSON file with corresponding Linestrings and Points. I have tried to use the Spatialfilter, but with mixed results. Files containg data below.

Have you used an AreaBuilder to get polygons from your linestrings? Do these results look good to you?

SpatialFilter


I have not used AreaBuilder! Thank you so much!


Reply