mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Improvements: - by default output a table with unique values, instead of a HTML file. This allows the values to be more easily used in follow up analysis (e.g. in a model). HTML output is still available, but not output by default
16 lines
421 B
Plaintext
16 lines
421 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>unique_values</Name>
|
|
<ElementPath>unique_values</ElementPath>
|
|
<GeometryType>100</GeometryType>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>3</FeatureCount>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>VALUES</Name>
|
|
<ElementPath>VALUES</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|