<div dir="ltr">Hi<div><br></div><div>I am using GDAL (actually though the c# swig bindings) to load some GeoJSON files with features of type LINESTRING25D and POLYGON.</div><div><br></div><div>I am using the .IsRing() method to detect if the line features are closed.</div><div><br></div><div>This works as intended on the features that are linestrings. </div><div><br></div><div>But for some reason it is NOT working on the linear rings from the polygons, even though they are :</div><div><br></div><div>1 Coming out as Geometry objects of type LINESTRING25D - exactly as the linestrings are, and</div><div>2 Are closed in that I can see that the last vertex is exactly the same as the first vertex.</div><div><br></div><div>Do you have any idea what would cause this? I am trying to understand what would be different in a LINESTRING25D Geometry object that is part of a POLYGon Geometry object as opposed to one that is not!</div><div><br></div><div>Thanks</div><div><br></div><div>Paul</div></div>