dreamstreat / libkml

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

No way of setting "name" in <SimpleData> #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
import kmldom
factory = kmldom.KmlFactory_GetFactory()
s = factory.CreateSimpleData()
s.set_name('Whatever') ... or something like this.

What is the expected output? What do you see instead?
The method to set the name tag does not exist making it impossible to:
<SimpleData name="TrailHeadName">Mount Everest</SimpleData>

What version of the product are you using? On what operating system?
libkml1.0a, Python 2.6, Ubuntu 9.04

Did you run the unit test suite that comes with the project? Did all tests
pass?
Yes. Yes.

Please provide any additional information below.
This may/may not have been fixed with the full 1.0 version, but I haven't
upgraded due to current issues with the installation. If so, then just
delete this issue.

Original issue reported on code.google.com by ronald.k...@gmail.com on 15 Jun 2009 at 12:59

GoogleCodeExporter commented 8 years ago
This issue was closed by r602.

Original comment by kml.mash...@gmail.com on 15 Jun 2009 at 5:46