Open GoogleCodeExporter opened 8 years ago
It is indeed correct that <Update> (and kmlengine::ProcessUpdate) require
the target object to have an id=.
But, even if you could use <Update> there is no functionality for appending
a coordinate to the <coordinates> in a <LineString>.
Assuming you can identify the given <Placemark>/<LineString> (search for it
using kmlengine::GetElementsById() or kmlengine::VisitFeatureHiearchy()) you
can certainly use kmldom::Coordinates::add_*() to append a new coordinate.
Hope that helps (changing this to an enhancement request).
Original comment by kml.b...@gmail.com
on 14 May 2009 at 3:09
Original issue reported on code.google.com by
jiangx...@gmail.com
on 13 May 2009 at 2:33