mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
The existing polygoncentroids algorithm has been deprecated (and hidden from the toolbox), and a new, generic centroids algorithm added which works with lines and multipoints
16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>centroid_points</Name>
|
|
<ElementPath>centroid_points</ElementPath>
|
|
<GeometryType>1</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>9</FeatureCount>
|
|
<ExtentXMin>0.00000</ExtentXMin>
|
|
<ExtentXMax>8.00000</ExtentXMax>
|
|
<ExtentYMin>-5.00000</ExtentYMin>
|
|
<ExtentYMax>3.00000</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|