Thank-you Chad.
I didn't see the javascript error you reported, but after
investigating what getAttribute() returns in FireFox I was able to fix
the behavior.
FYI: in IE obj.getAttribute('height') returns 600 while in FireFox
obj.getAttribute('height') returns 600px,
parseInt(obj.getAttribute('height')) does the trick.
As far as items 1-3, I am aware that mapTypeId is required; but, can
we think of it as a suggestion to the Google Map API Team that maybe
mapTypeId is not necessary on all occasions? :)
Giancarlo
On Nov 11, 2:05 pm, Chad Killingsworth
<[email protected]> wrote:
> For items 1 - 3, mapTypeId is a required option when initializing the
> map. You need to specify one of the 4 defaults.
> As for fullscreen, I'm getting a javascript error in FireFox related
> to getAttribute("height").
>
> Chad Killingsworth
>
> On Nov 10, 11:33 pm, KeyVisions <[email protected]> wrote:
>
>
>
> > Ups, forgot an annoyance, when the map is double clicked it reports
> > the following message on IE:
>
> > Message: 'Rb()' is null or not an object
> > Line: 8
> > Char: 331
> > Code: 0
> > URI:http://maps.gstatic.com/intl/en_ALL/mapfiles/api-3/2/10/main.js- Hide
> > quoted text -
>
> - Show quoted text -
--
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.