rodrigueswilson / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

KML recursive time search finds sibling time elements #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The function to look for a TimeSpan or TimeStamp in a parent Folder or Document 
isn't searching for an immediate child element, it's looking for any contained 
TimeSpan or TimeStamp - so it's picking up the time defined in one of the 
Placemarks that does have this data.

The search should only look for immediate children. Fix and add to the KML 
tests.

Original issue reported on code.google.com by nick.rab...@gmail.com on 2 Mar 2011 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by nick.rab...@gmail.com on 29 May 2011 at 7:18

GoogleCodeExporter commented 9 years ago
Fixed in trunk, with test.

Original comment by nick.rab...@gmail.com on 3 Aug 2011 at 4:44