Nicolas
unread,Feb 16, 2012, 6:41:07 AM2/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webgl...@googlegroups.com
Hello,
I just tried the globe but I get one error at line 55 and the globe doesn't appear:
e.enable is not a function
I used this JS code:
var options = { zoom: 3.0, position: [47.19537,8.524404] };
var earth = new WebGLEarth(self.$d.attr('id'), options);
where self.$d.attr('id') is my div ID
Does someone have one idea ?
Thanks.