Hi Dianne,
I fully agree with you it is a timing problem. I found out that calling the
GoogleMaps API only once all other parts of my page have been uploaded would
solved the issue.
As I had other problems with the latest version (3.4) of GoogleMaps, I'm
specifying now the version number (3.3) (by adding "v=3.3") and it works
fine again.
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?v=3.3&sensor=false"></script>
Meanwhile Ravi opened another thread on this topic:
[Google Maps API v3] Java Script Error
http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/4a/main.js
Let see if Google will find the problem.
Thanks for your email and have a nice week-end.
Raoul
----- Original Message -----
From: "Dianne van Dulken" <[email protected]>
To: "Google Maps JavaScript API v3" <[email protected]>
Sent: Tuesday, March 08, 2011 6:11 AM
Subject: [Google Maps API v3] Re: Unknown Failure, Line 33, Pos 1048 in
mapfiles/api-3/4/3/main.js
Well, I have found a "solution".
I have put it that way because it isn't actually a solution, it is
mind bogglingly stupid, but I don't have time to work out why it works
and make it more elegant.
It looks like there was a clash in timing between main.js and the dom.
If I took jquery.142.min.js, and instead of doing a call to it, wrote
it out inline, everything works beautifully.
"What?" you say, "That makes absolutely no sense".
I know, but there you have it.
I'll be reviewing in about a month as I am fairly sure it means there
is a problem with main.js, which will hopefully be fixed by then.
Hope this insanity helps you.
Di
--
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.
--
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.