hodgesse1 / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

Multiple <TimePrimitive> elements per Placemark #264

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which products are relevant to this feature request?
KML clients

What should this feature enhancement do?
Allow arrays of <TimeStamp> and <TimeSpan> elements on a single Placemark. 
Currently the client only uses the last <TimePrimitive> in the placemark 
if there are multiple. I have a case where the placemark does not change, 
but it is only relevant for certain times in the animation. This would 
allow saving potentially tremendous amounts of (for all intensive 
purposes) identical placemarks being pushed to and parsed by the client.

Are there any currently known workarounds that produce the same, or 
similar, result?
Multiple Placemarks which is a performance hog.

Original issue reported on code.google.com by seth.gra...@gmail.com on 17 Mar 2009 at 4:07

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 27 Mar 2009 at 11:26