dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

Container::DeleteFeature*() should also delete from KmlFile internal map #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

A parse to KmlFile also produces various internal maps from
id to Object/StyleSelector.  The Container::DeleteFeature*() presently
does not know to remove an id='ed Feature from the KmlFile Object map.
(The KmlFile is available from the Element)

Original issue reported on code.google.com by kml.b...@gmail.com on 30 Mar 2010 at 2:37