Using Custom MapType with Google Maps API
- by Pat Long - Munkii Yebee
I realise there are a couple of examples such as Maoki's Add Your Own Custom Map and Mike Williams' [link text][Google Maps API Tutorial] however I have looked at these and still end up with a Grey box.
The API will not call my "getTileUrl" callback function. This is the javascript I am using
var map = new GMap2(document.getElementById("map"));…