> See the map example : > http://dev4.mapgears.com/fcmq2009/index.html > GoogleMapsApi 2.149
There were apparently substantial changes in 3D map at 2.160 ; it may now be a bit pointless bug-hunting in earlier versions. http://googlegeodevelopers.blogspot.com/2009/05/hey-maps-api-and-earth-api-developers.html This may also be relevant for your performance queries in another thread? > I tried with GoogleMapsApi 2 : > http://dev4.mapgears.com/fcmq2009/index2.html Yup that fails in FF2 as well. I get a key failure prompt, followed by a map. That usually suggests the API is being loaded twice with different keys. Inspecting Firebug's net report shows one API load attempt at v=2.149 and another at v=2. Best to fix that first in case there are version conflicts, and see what errors are left afterwards. cheers, Ross K -- 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.
