Hello Dushan, WGoogleMaps received an upgrade due to popular demand. It has something to do with the v3 API. Check out the public git.
Best regards, Wim. 2010/12/29 Dushan Savich <[email protected]>: > Hey Wim, > >>This is becoming a FAQ :) >>http://redmine.emweb.be/boards/2/topics/967> >>Use the asynchronous method to load the page. > > > I've tried that one, it doesn't really work :-) . I've created the > example in that project, and I still get a blank screen when I call : > > var latlng = new google.maps.LatLng(44.796, 20.489); > var myOptions = > { > zoom: 8, > center: latlng, > mapTypeId: google.maps.MapTypeId.ROADMAP > }; > var map = new google.maps.Map( %pfpf% , myOptions); > > > Cheers! > Dushan > > > 2010/12/28 Dushan Savich <[email protected]>: >> Hey guys, >> >> I'm currently writting Google Maps Version 3 Widget for witty. >> The problem is.. I'm stuck at step 1 :D >> >> WApplication::instance()->require("http://maps.google.com/maps/api/js?sensor=false"); >> >> When I do this, the app Firefox sets status to "Read static.gmaps.com ..." >> and I get the blank screen. Application does not crash, but it just >> doesn't show anything :-) >> >> >> -- >> Kind Regards, >> Dushan Savich >> [email protected] >> http://stosha.com/ >> +381 64 329 33 55 >> Nehruova 95/51 >> 11070 New Belgrade >> Belgrade >> Serbia >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
