DotSpatial does incorrection reprojection between RT90 2,5 gon V and WGS84.
I used DotSpatial to reproject these coordinates in RT90 2,5 gon V,
Northing: 6910904
Easting: 1411545
Resulting in these coordinates in WGS84,
Latitude: 62.30090
Longitude: 14.10296
According to other sources the result should be more like,
Latitude: 62.30000
Longitude: 14.10000
I'm using DotSpatial version 1.5.1
Source code to reproduce bug is in attachment.
Comments: Fixed. see https://github.com/DotSpatial/DotSpatial/issues/618
I used DotSpatial to reproject these coordinates in RT90 2,5 gon V,
Northing: 6910904
Easting: 1411545
Resulting in these coordinates in WGS84,
Latitude: 62.30090
Longitude: 14.10296
According to other sources the result should be more like,
Latitude: 62.30000
Longitude: 14.10000
I'm using DotSpatial version 1.5.1
Source code to reproduce bug is in attachment.
Comments: Fixed. see https://github.com/DotSpatial/DotSpatial/issues/618