I am experimenting with the OpenStreetMapOverlay and so far, it is looking good. However, when I set the WrappingMode to WrapDateline, I get there is a significant area around the dateline that has not map image as illustrated in the image below.
I am creating the overlay as follows:
var overlay = new OpenStreetMapOverlay()
{
CacheDirectory =“c:\gis\caches\osm”,
TileType = TileType.MultipleTile,
WrappingMode = WrappingMode.WrapDateline,
DrawingExceptionMode = DrawingExceptionMode.ThrowException,
Name = "OpenStreets
};
This will get some of our customers very excited so will need a fix to this. Any work arounds I can put in place while you guys look into this?
Thanks,
Klaus