ArchGDAL.jl
ArchGDAL.jl copied to clipboard
Feature Request: getAltitudeMode
Something similar to ArchGDAL.getx/gety, a function that "gets" the altitudemode" in kml files. (altitude, relativeToGround, etc...)
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".