Hi,
I just joined this group since it helped me through the process of setting up leaflet on my webpage. Here's a problem I couldn't solve:
My custom tiles were originally created using MS Deep Zoom Composer. First, I was using Silverlight to display them:
But it wasn't very compatible, so I tried other ways, like HTML5 Canvas Zoom:
But HTML5 Canvas Zoom seems limited to a certain size of maps, so I went to OpenLayers and finally to Leaflet:
Leaflet works great except of the tile rendering in some places. If you follow the link above, for example, there are vertical and horizontal lines at "supremecourt" which shouldn't be there. HTML5 Canvas Zoom and Silverlight render the same tiles just fine. Maybe there is some overlap or placement problem?
It would be a pain to recreate and upload all tiles again, since it's already about 50.000 single files and 1 GB of space.
Maybe someone has an idea?