Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for arbitrary XML in ExtendedData #77

Open
sheromon opened this issue May 3, 2019 · 2 comments
Open

Support for arbitrary XML in ExtendedData #77

sheromon opened this issue May 3, 2019 · 2 comments

Comments

@sheromon
Copy link

sheromon commented May 3, 2019

First I want to say thank you for sharing fastkml. It's been very useful to me, and I appreciate your work.

Recently, I needed to make a KML file with arbitrary XML in the ExtendedData of Placemark objects, and I found that this feature is not supported. I put in a simple hack to make it work, which was to make an ExtendedData object by passing in a pre-constructed etree and storing it in the object, then having from_element return the ExtendedData element with the provided etree as a child. I'd like to add this feature using a nicer implementation, though. I suppose the thing to do would be to add a TypedData class and pass TypedData elements into a TypedExtendedData object?

@cleder
Copy link
Owner

cleder commented Oct 29, 2024

I think this can be achieved similar to gx:CascadingStyle #311

@ellipsis-dev ellipsis-dev bot mentioned this issue Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants