hi Matthijs, try the following
tilelayers[0].getTileUrl = function CustomGetTileUrl(a,b){
var f = "
http://www.astrovue.com/content/google-maps/dordrecht/TILES/"+b+"_"+a.x+"_"+a.y+".jpg<http://www.astrovue.com/content/google-maps/dordrecht/TILES/%22+b+%22_%22+a.x+%22_%22+a.y+%22.jpg>
";
return f;
};
and
map.setCenter(new GLatLng(83.789, -97.477), 12, custommap);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---