Mike,
you indirectly pointed me to the solution. Thanks so much!!!
The problem was this: in my .gwt.xml I had the GWT-Ext stuff included
by the following lines:
<inherits name='com.gwtext.GwtExt' />
...
<stylesheet src="js/ext/resources/css/ext-all.css" />
<script src="js/ext/adapter/ext/ext-base.js" />
<script src="js/ext/ext-all.js" />
Ironically, I'm not currently using any GWT-Ext features at all, but I
take it GWT-Ext is using this prototype.js stuff (at least contained
in folder js/ext/adapter/prototype). I commented out these lines from
my .gwt.xml and now the polyline and other overlays are back :-))
However, what still worries me a bit: I've tried to downgrade the
version of Maps that is being used using the v= parameter. That didn't
help. For example, I've tried v=2.131f with the polylines and other
overlays still not being drawn. At least this is confusing as
reportedly the problem seems to have been introduced between 1.132e
and 1.133d.
Thanks and best,
-- Axel
On Oct 24, 1:59 am, Mike Williams <[EMAIL PROTECTED]> wrote:
> Is it possible that you're using something like prototype.js and v2.x?
>
> There's a serious issue with that at the moment:
>
> http://code.google.com/p/gmaps-api-issues/issues/detail?id=794
>
> Until that's fixed, avoid using v2.x with prototype.js
>
> In general, it's not a good idea to use the experimental release of the
> API on live sites unless you really need it. Use v2 if you can, and if
> that's not possible specify the particular release that you need.
>
> [Let's hope that Google have enough sense to not make v2.133d become v2
> on Monday, otherwise people using the non-experimental release of the
> API will start to see the effect.]
>
> --http://econym.org.uk/gmap
> The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---