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

Feature Request: getAltitudeMode #435

Open
mdurbin17 opened this issue Aug 12, 2024 · 1 comment
Open

Feature Request: getAltitudeMode #435

mdurbin17 opened this issue Aug 12, 2024 · 1 comment

Comments

@mdurbin17
Copy link

Something similar to ArchGDAL.getx/gety, a function that "gets" the altitudemode" in kml files. (altitude, relativeToGround, etc...)

@visr
Copy link
Collaborator

visr commented Aug 13, 2024

I don't think a specific function for this property is sufficiently generic. Not sure where this is information is stored, but you can try the getfield(feature::AbstractFeature, name::Union{AbstractString,Symbol}) method with name = "AltitudeMode".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants