ArchGDAL.jl icon indicating copy to clipboard operation
ArchGDAL.jl copied to clipboard

Feature Request: getAltitudeMode

Open mdurbin17 opened this issue 1 year ago • 1 comments

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

mdurbin17 avatar Aug 12 '24 21:08 mdurbin17

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".

visr avatar Aug 13 '24 11:08 visr