On Dec 2, 8:48 am, dolsen <[EMAIL PROTECTED]> wrote:
> There must have been a change in the API that caused that to break. I
> initialize the calendar previous but so some reason it doesn't stick.
> I know that it used to work because the map we have in production was
> working and it has been there, untouched since July 1st.
Well...
Reverting your map to v2.118 - the version that was probably live on
July 1st per:
http://mapki.com/wiki/Changelog
Seems to "fix" the problem as well.
The snippet of a page that you posted is not valid html, so it is hard
to say for sure that the same would be true of your "production" page.
-- Larry
>
> On Dec 2, 9:30 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > On Dec 2, 7:25 am, dolsen <[EMAIL PROTECTED]> wrote:
>
> > > I am working on a map athttp://dansworkshop.net/map.htmlandIam
> > > getting an error in the Firebug console inside the main.js file for
> > > the Google Maps API.
>
> > > The error is:
>
> > > this.Dg is null
>
> > > Can anyone see anything that would be causing this? The map worked a
> > > few weeks ago but now, without any changes, the map no longer works.
>
> > You sure you didn't change anything? Like maybe perhaps comment out
> > the setCenter below:
> > //map.setCenter(new GLatLng(37.4419, -122.1419), 10);
> > map.addOverlay(new GTrafficOverlay());
>
> > You can't addOverlays to a map which has't been initialized. The first
> > map.setCenter call initializes the
> > map:http://code.google.com/apis/maps/documentation/introduction.html#Init...
> > .
>
> > -- Larry
>
> > > Any help is appreciated.
>
> > > Once again, the map can be found athttp://dansworkshop.net/map.html.-
> > > Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---