views:

18

answers:

2

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.

A: 

Wouldn't an extruded point placemark do ?

cxnull
A: 

If extruded point placemarks are not what you want, you could generate a small polygon for each point (a square or circle of a certain scale correct radius) and combine that using the example on polygons you already found.

peSHIr