Hello,
I want to run a translation from GML to MS Spatial. There are two geometries (xml_geometry) in the feature collection feature type of my GML: TileExtent and BoundedBy. I would like to write either of them into a polygon.
If I inspect my GML with the FME Inspector, neither geometry is being picked up - BoundedBy example:
<gml:boundedBy>
<gml:Box srsName='osgb:BNG'>
<gml:coordinates>405000.00,205000.00 410000.00,210000.00</gml:coordinates>
</gml:Box>
</gml:boundedBy>
Could you please point me in the right direction?
Thanks