Hey Alex, 2008/9/17 Alex <[EMAIL PROTECTED]>: > Hi, > There is simple test file. It is display message from google api about error > key(which applied to referer ip address) when compiled with wt2.1.5. > and stops rendering when compiled with 2.2.0. Was tested with firefox3 and > IE7. > For display google map it is needed right key from google site.
Thanks alot for the test case. It turns out that indeed you cannot simply load the Google Maps API dynamically. However, from googling, there seems to be two ways to get around the problem. The easiest way is to change the URL to: http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAgBzpNwSLvOetYbqEWwSC_hT8LHg9WAhLzS4848EU6vZ384zBExT7j7gwv7Uj4gh1CqzZeYCdq8xfpQ&async=2&callback=mapLoaded The other way involves using the more general Google Ajax API loader ? At least, that seems to works for me ? Regards, koen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
