Hi, I have an old site that uses v2, and the wrapper worsk fine for IE, FF and Chrome, both in English and Danish. One thing I found is that they use Console messages in the Wrapper, and EI8 do not handle that, so you can definde this in the top of your JAVA code before your MAP api uses
if (typeof console === "undefined" || typeof console.log === "undefined" || typeof console.warn === "undefined") { console = {}; console.log = function() { }; console.warn = function() { }; } Regards Kim On Wednesday, November 20, 2013 10:36:24 PM UTC+1, barryhunter wrote: > > Not, just 'no warranted', but gone! > > It was turned *off *yesterday! > > https://developers.google.com/maps/documentation/javascript/v2/ > https://developers.google.com/maps/documentation/javascript/v2/v2tov3 > > > On 20 November 2013 12:53, Алексей Сафин <safin.a...@gmail.com<javascript:> > > wrote: > >> Since today i don't see any maps on 4 my sites. Nothing in code was >> changed(tried backups). Is it because APIv2 is no more warranted or what? >> Examples: >> http://www.new-petersburg.ru/object/406-tridevyatkino_tsarstvo#map<http://www.google.com/url?q=http%3A%2F%2Fwww.new-petersburg.ru%2Fobject%2F406-tridevyatkino_tsarstvo%23map&sa=D&sntz=1&usg=AFQjCNF1fp99XETJobafuNI8xqDr1rmUww> >> http://www.newpremium.ru/9-map<http://www.google.com/url?q=http%3A%2F%2Fwww.newpremium.ru%2F9-map&sa=D&sntz=1&usg=AFQjCNG6TszqhZajm2ZFuQ3spoXCaPmrLg> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps JavaScript API v2" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to google-maps-a...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v2" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.