Wasn't it eBarsterCTO who wrote: > >I get a javascript error because in this line a is null - I think this >is in the maps api 2 main.js file but I cant be certain.. > >d=O(c.x+a.lng()*this.tu[b]) > >its within this prototype function > >Ld.prototype=new Oj;Ld.prototype.fromLatLngToPixel=function(a,b)
That's logical. Try to avoid calling fromLatLngToPixel(null) and try to avoid causing the API to do so by making sure that your overlays have non-null positions. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
