> My question is: how is one supposed to do this? I.e. how to "wipe" the > whole earth, how to slice the image into tiles accordingly, how to > code in the changes properly?
Have a look through some of these http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=custom+map+tiles and http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=tile+cutter and the docs http://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes (take a note of the warning, "this is an advanced topic", there are no short cuts except for hiring skills) Bear in mind the localhost idea is a no-no, your finished map application must be public viewablw (unless you buy a licence) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
