Open xeruf opened 2 years ago
Not currently supported, interested to hear more detail about how that could work.
Well, a LineString is also simply an accumulation of points, so with few tweaks it could be covered by this as well. But I don't know much about the formats, I just used them for something else and stumbled upon this ^^
Thanks for the awesome tool! Through an
osmium export
I get features of type Point, LineString and MultiPolygon - is it possible to apply this algorithm to LineStrings as well, since these effectively represent polygons in my dataset?