ThinkGeo.com    |     Documentation    |     Premium Support

OpenStreetMaps wrapping leaves hole in dateline

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



 



Hi Klaus, 
  
 This is a known issue in TileOverlay. I am so sorry it takes you bad experience on wrap dateline function. 
  
 The spacing or white line is a stubborn problem. We had plan to fix that after enhancement raster layers and adjust tile matrix structure, the progress is not so well because the possible solution is complex under currently structure.  
  
 We don’t have a workaround for it now, but we will let you know if any good progress on this issue. 
  
 Regards, 
  
 Don