On the project homepage (http://code.google.com/p/geoxml3/) under Basic
Usage, you'll find the code
var myParser = new geoXML3.parser(map);
I spent an hour debugging my code, but it just didn't work. Then I tried
var myParser = new geoXML3.parser({map: map});
and everything worked. Is the simpler syntax supposed to work or is it a typo?
Regards,
Hans
PS! Tested with geoxml3.js from the trunk.
Original issue reported on code.google.com by hansfn@gmail.com on 13 Jan 2010 at 12:14
Original issue reported on code.google.com by
hansfn@gmail.com
on 13 Jan 2010 at 12:14