I found out the problem and yes, we have a Premier licence so secret
squirrel stuff is by design.  So to help people in the future fix this
problem.

First, JSON was the problem.  We have a call in our header to include
json.js and used xx.parseJSON() in our code.  The problem with that is
JSON is native to IE8 and maybe partially native to IE7.  This caused
it to break in IE but work fine in Firefox.  To fix it, we adjusted
the JSON a little and changed the code to call JSON.parse(xx).  This
did the trick.  Perhaps in the IE native JSON environment parseJSON()
exist but not JSON.parse so removing the double calls so that our app
uses the original JSON and not IE version of JSON.  Have fun.

On Aug 11, 3:09 pm, Andrew Leach <[email protected]>
wrote:
> On Aug 11, 10:03 pm, sdm <[email protected]> wrote:
>
> > My question is has anyone ever seen this issue or had anything like
> > this in there application.  I am not asking for anyone to debug
> > images.  So back to my original question.
>
> It hasn't come up before, although I suppose someone might have seen
> it and not asked. But since you have a Premier licence (you *do* have
> a Premier licence, don't you?) you could ask your Google rep for help.
>
> Otherwise your map should be public, so we might be able to debug
> what's going on. Or, if it's *going* to be public but isn't
> publishable yet, then put a stripped-down non-secret version -- which
> still exhibits the fault -- online somewhere.
>
> Members of the Group really do like to help, which is why we get a bit
> narked with all this Secret Squirrel stuff.
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to