Hi,
I have been asked if we are using the OSTN15 transform when reprojecting from OSGB to WGS84. I am unsure how to get to that level of detail on how the ThinkGeo code works. We do set up a reproject like:
ProjectionConverter projConverter = new ProjectionConverter()
{
InternalProjection = new Projection(ProjectionHelper.OSGBProjectionString),
ExternalProjection = new Projection(4326)
};
And I believe (maybe wrongly?) that you use GDAL libraries for the transforms?
Can you help me further on this at all?
Regards,
Jonathan