I'm trying to index geojson data using elasticsearch.
There is some kind of polygons that causing an error: "Points of LinearRing do not form a closed linestring".
Looks like it happens because these polygons have intersection in one point:
Is there some way to index such polygons or fix it programmatically?
أكثر...
There is some kind of polygons that causing an error: "Points of LinearRing do not form a closed linestring".
Looks like it happens because these polygons have intersection in one point:


Is there some way to index such polygons or fix it programmatically?
أكثر...