Hi all,
We have a problematic jpg prj combination with which the call to Projection.ConvertWktToProjString gives a false projection string when using other than English as CurrentCulture.
For example with Finnish culture the returned projString will have commas as latitude decimal delimeters which in my understanding is false format for a projection string. At least it will be shown in wrong place on map.
Here are the differing outputs:
English culture:
"+proj=lcc +lat_1=59.3333333333333 +lat_2=58 +lat_0=57.5175539305556 +lon_0=24 +x_0=500000 +y_0=6375000 +ellps=GRS80 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +units=m +no_defs "
Finnish culture:
"+proj=lcc +lat_1=59,3333333333333 +lat_2=58 +lat_0=57,5175539305556 +lon_0=24 +x_0=500000 +y_0=6375000 +ellps=GRS80 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +units=m +no_defs "
We are using ThinkGeo.Core 13.0.0-Beta335.
Any help is appreciated.
Regards,
Jarno