Hello,
I see in KmlDataSource.js there is a check:
if (angleNodes.length > 0) {
oneTimeWarning(
“kml-gx:angles”,
“KML - gx:angles are not supported in gx:Tracks”,
);
}
I needed support for this and fixed it in my local branch. Is there a reason this was not supported or is this something that would be wanted in the build? If it is something that is wanted in the main build, I would like to start a thread on how to best configure this feature. Should it be enabled through configuration or if it should be supported etc. Please advise on next steps and I can start the PR.
Thanks much!
-Timothy