Thanks for the response. Yes, I have access to the page.
I put the code to realize where was the error, because in dev mode it
works fine:
try {
LatLng tmp =
LatLng.newInstance(Double.valueOf(strLat).doubleValue(),
Double.valueOf(strLong).doubleValue());
} catch (Exception e) {
Window.alert(e.getMessage()");
}
The code into the catch, is only excecuted in IE8. The try code, is
the first code that try to use google maps.
I am using 2.s, antd I tried with 2.x too.
I am using content="IE=EmulateIE7"
Thanks
On Apr 9, 2:28 pm, "[email protected]" <[email protected]>
wrote:
> On Apr 9, 10:02 am, Emac <[email protected]> wrote:
>
> > Hi.
>
> > When I try to use the api in page (GWT) https using IE8, the api can´t
> > be loaded. Works fine using http or with another browser. Some weeks
> > ago, it was working OK.
>
> > Any idea?
>
> Don't have access to the webpage or to IE8.
> Have you tried the compatability tag?
> Are you using v2 (or v2.x)?
>
> -- Larry
--
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.