Hello TG-team and -experts,
I’m trying to do a projection in ThinkGeo’s WmtsLayer using the ProjectionConverter (WmtsLayer.ProjectionConverter = new ProjectionConverter(…).
But unfortunately every time I look at the MapView I see the following error message:
“This function relies on ThinkGeo.UnmanagedProj.nupkg. Please install this package first. Or this function is not support on current platform.”.
I don’t understand why, because I already have the ThinkGeo.UnmangedProj.nupkg installed.
The following are my installed ThinkGeo packages:
- ThinkGeo.Core, version: 12.3.19
- ThinkGeo.UI.Wpf, version: 12.3.19
- ThinkGeo.UnmanagedProj, version: 12.3.19
- ThinkGeo.Dependency.Gdal, version: 12.3.2
One additional think: I am using the ProjectionConverter to project a boundingBox onto another coordination system and it works.
Thanks in advance for your help,
Denis