I'm trying (and failing) to create a map using a custom tile set. I'm following the tutorial here:
http://mapki.com/wiki/Add_Your_Own_Custom_Map The problem seems to be that my custom getTileURL function is not being called. I added an alert() that does not fire and I do not see this image being requested via my web logs. function CustomGetTileURL( point, zoom ) { alert( 'wth?' ); return "/images/1_0_0.png"; }; tilelayers[ 0 ].getTileUrl = CustomGetTileURL; I get a standard Google Map instead of one with my own custom tiles. Is the tutorial I'm following out of date perhaps? If not, any idea what I'm doing wrong? I'd post a URL but it's really nothing more than the tutorial code at this point. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
