Pretty cool. I came up with a way to do it without any tile pre-cutting.
https://github.com/Murtnowski/GMap-JSlicer
It just takes a single image and chops it up on the fly all on the front end. Super easy to implement
You can see a demo at http://gvgmaps.com/linktothepast/
https://github.com/Murtnowski/GMap-JSlicer
It just takes a single image and chops it up on the fly all on the front end. Super easy to implement
Quoteslicer = new JSlicer(document.getElementById('map'), 'myImage.png');
slicer.init();
You can see a demo at http://gvgmaps.com/linktothepast/