mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
* [processing] qgis regular points test * [processing] qgis shape buffer variable tests * [processing] qgis create grid lines test * [processing] qgis convert geometry test * [processing] qgis extract by location test * [processing] qgis add field test * [processing] trying to fix travis failing * [processing] trying to fix travis failing/2 * trying to fix travis failing/3 * [processing] Add new default option "ProjectCrs" to ParameterCrs * [processing] RegularPoints tests shouldn't rely on iface * [processing] Fix regular points test * [processing] RandmPointsExtent new CRS parameter * [processing] qgis random point in extent test * [processing] qgis random point in extent test/2 * [processing] remove qgis random point in extent test * no output random points in extent test * remove useless output
22 lines
623 B
Plaintext
22 lines
623 B
Plaintext
<GMLFeatureClassList>
|
|
<GMLFeatureClass>
|
|
<Name>regular_points</Name>
|
|
<ElementPath>regular_points</ElementPath>
|
|
<!--POINT-->
|
|
<GeometryType>1</GeometryType>
|
|
<SRSName>EPSG:4326</SRSName>
|
|
<DatasetSpecificInfo>
|
|
<FeatureCount>108</FeatureCount>
|
|
<ExtentXMin>-0.91824</ExtentXMin>
|
|
<ExtentXMax>9.84613</ExtentXMax>
|
|
<ExtentYMin>-2.34857</ExtentYMin>
|
|
<ExtentYMax>5.48007</ExtentYMax>
|
|
</DatasetSpecificInfo>
|
|
<PropertyDefn>
|
|
<Name>id</Name>
|
|
<ElementPath>id</ElementPath>
|
|
<Type>Integer</Type>
|
|
</PropertyDefn>
|
|
</GMLFeatureClass>
|
|
</GMLFeatureClassList>
|