On Dec 10, 6:48 am, ";,nihbvyfcygdtf uhvfyhbucfvgu" <[email protected]> wrote: > create custom map tile why image not show ? > where path images tile? > > gtasa_CustomGetTileUrl=function(a,b){ > var f = "C:/Documents and > Settings/nhung/Desktop/GoogleMap/"+b+"_"+a.x+"_"+a.y+".jpg"; > return f;} ? > > b+"_"+a.x+"_"+a.y : not understanding
(Edited subject to help the web view of the thread) Often, browsers won't allow files to be read in this way from the local disk. And you need to ensure that the filename is correct. The format of the filename depends on how you split your map into tiles. See http://econym.org.uk/gmap/custommap.htm Andrew -- 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.
