I see we've regressed: we use to pass the ImageMapTypeOptions object as 'this' to .getTileUrl(), but a recent optimization stopped forwarding 'this'. We'll fix the regression.
Thanks Ben On Tue, Sep 28, 2010 at 6:04 AM, Garthan <[email protected]> wrote: > Thanks that does indeed fix it.... arghh... now how to make this work > elegantly > > On Sep 27, 2:56 pm, Chad Killingsworth > <[email protected]> wrote: > > Have you tried: > http://code.google.com/apis/maps/documentation/javascript/basics.html... > > > > Chad Killingsworth > > > > On Sep 27, 2:51 pm, Garthan <[email protected]> wrote: > > > > > I have a dozen or more pages that quit working any quick version > > > rewind? > > > > > On Sep 27, 2:30 pm, Esa <[email protected]> wrote: > > > > > > You have a global function > > > > > > function getTMSTileUrl(p,z){ > > > > > > if(this.tileSize.width == 128){... > > > > > > 'this' doesn't refer where you thought. > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
