We are currently conducting several tests to integrate ThinkGeo WPF product into our project. We have encountered some issues in using the NativeImageRasterLayer and custom Layer classes. The current problem arises when drawing small images at an enlarged scale through zoom. As depicted in the attached image, when enlarging and drawing a raster image, the boundaries of the tiles do not smoothly connect.
(from the HowDoI project)
(from my test project using NativeImageRasterLayer)
The same issue persists when using GeoCanvas.DrawWorldImage in the DrawCore of the custom Layer class; the boundaries between images drawn at an increased scale are not smooth. Could you please help me identify if I am using something incorrectly?
(from my test project using DrawWorldImage in DrawCore method)