google-earth-plugin

Prism map on point data in Google Earth?

Is it possible to generate a prism map on point data? I have a certain time duration/delay on each point. All I want is to generate a KML file giving (lat, lon, time) on each point and view that in Google Earth on a certain scale. I have found this example but it's on polygon data not only point data. ...

Moving 3d Model in google earth?

Hi Everyone! I'm using the Google Earth Web-plugin API and I've got a 3d model of a helicopter, I can create a 3d model using the following code: var placemark = ge.createPlacemark(''); placemark.setName('model'); // Placemark/Model (geometry) var model = ge.createModel('heli'); placemark.setGeometry(model); ...