Closed pedro-andrade-inpe closed 8 years ago
@pedro-andrade-inpe, "properties of the layer" what would be? Layers has info that are in project file, is this?
Properties are basically the names of its attributes. If there are no attributes (for example, only bands), it should return nil.
Implement
Layer:properties()
that returns a vector of strings with the properties of a given layer. It is necessary to solve #1119. I could find only functionpropertyExists
in TerraLib.