Skip to main content

Hi, I have an *.xml file containing a column geometry.polygon.exterior.linearring.pos. with the following value 112771.183 540459.057 0.0 112769.147 540451.142 0.0 112769.904 540450.947 0.0 112764.417 540429.617 0.0 112763.641 540429 .816 0.0 112761.654.

Coordinate system is ESPG:28992 how do I convert this into geometry?

Hi, you have digged too deep into the file.

There is probably something like <gml:Polygon> a few levels higher. This will give you the geometry of the polygon in GML format (in this case X Y Z).


Reply