Hi developers- Before making the loader change that inadvertently caused this, we ran tests to make sure API classes were exported correctly. We do not have tests that check if API v1 constants are exported correctly, since we do not officially support API v1 anymore (and haven't for 2 years now).
I agree with Andrew that we should have warned developers about this change, and I would have if I'd realized the effect, but now that it's happened anyway, I'm not convinced that we should revert it. This seems like a good opportunity to make sure your sites are v2 compatible. If this change didn't break your sites using v1 syntax, then some other change in the future could have. Better now than later? For those who don't have the link, here's the upgrade guide for V1 -> V2: http://code.google.com/apis/maps/documentation/upgrade.html Apologies for any inconvenience caused. - pamela On Thu, Oct 30, 2008 at 6:17 PM, warden [Andrew Leach - Maps API Guru] < [EMAIL PROTECTED]> wrote: > > On Oct 30, 10:00 am, ilanm <[EMAIL PROTECTED]> wrote: > > > > Take a look at their web site. They have the problem too. > > Who takes responsibility? > > They do, although I can't find a contact link for them. No-one should > still be using version1 code, in my opinion. It's easily fixed by > making sure that all the old names are changed to the new ones. Or: if > you can't do that, you could try adding > var G_MAP_TYPE=G_NORMAL_MAP; > somewhere in your code after the API is loaded and before the constant > is used. (Don't forget to convert all the old constants if you use > more than just that one) > > That said, Google shouldn't have broken it without any warning. > > 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 -~----------~----~----~----~------~----~------~--~---
