Hi,
Our map has the following 10 zoom levels:
zoomScales.Add(24000000.0);
zoomScales.Add(8000000.0);
zoomScales.Add(3000000.0);
zoomScales.Add(1000000.0);
zoomScales.Add(500000.0);
zoomScales.Add(250000.0);
zoomScales.Add(125000.0);
zoomScales.Add(64000.0);
zoomScales.Add(32000.0);
zoomScales.Add(16000.0);
I’ve generated tiles for the
first seven zooms and the map control uses them, but in same cases the map shows
white lines between tiles (please review the attached screenshot). If I turn
off tile using, the white lines are not shown.
Do you have any idea what
could cause this?
Another may be related issue
is that the tile folder for large scales (8-10) have names with a lot of
decimals:
15999.9999999985 for 16000
scale, 32000.0000000012 for 32000 scale, 64000.0000000024 for 64000 scale.
So far these folder names do not affect
anything. I just thought may be it has also something to do with the tiles
position calculation and white lines between tiles.
Do you know how to fix this?
Thank you for your help,
Gene