Open mdurbin17 opened 3 months ago
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"
.
Something similar to ArchGDAL.getx/gety, a function that "gets" the altitudemode" in kml files. (altitude, relativeToGround, etc...)