File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
python/plugins/processing/tests/testdata/expected Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>filter_points_big</Name>
4
+ <ElementPath>filter_points_big</ElementPath>
5
+ <!--POINT-->
6
+ <GeometryType>1</GeometryType>
7
+ <SRSName>EPSG:4326</SRSName>
8
+ <DatasetSpecificInfo>
9
+ <FeatureCount>4</FeatureCount>
10
+ <ExtentXMin>1.00000</ExtentXMin>
11
+ <ExtentXMax>5.00000</ExtentXMax>
12
+ <ExtentYMin>1.00000</ExtentYMin>
13
+ <ExtentYMax>3.00000</ExtentYMax>
14
+ </DatasetSpecificInfo>
15
+ <PropertyDefn>
16
+ <Name>id</Name>
17
+ <ElementPath>id</ElementPath>
18
+ <Type>Integer</Type>
19
+ </PropertyDefn>
20
+ <PropertyDefn>
21
+ <Name>id2</Name>
22
+ <ElementPath>id2</ElementPath>
23
+ <Type>Integer</Type>
24
+ </PropertyDefn>
25
+ </GMLFeatureClass>
26
+ </GMLFeatureClassList>
Original file line number Diff line number Diff line change
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>filter_points_small</Name>
4
+ <ElementPath>filter_points_small</ElementPath>
5
+ <!--POINT-->
6
+ <GeometryType>1</GeometryType>
7
+ <SRSName>EPSG:4326</SRSName>
8
+ <DatasetSpecificInfo>
9
+ <FeatureCount>5</FeatureCount>
10
+ <ExtentXMin>0.00000</ExtentXMin>
11
+ <ExtentXMax>8.00000</ExtentXMax>
12
+ <ExtentYMin>-5.00000</ExtentYMin>
13
+ <ExtentYMax>2.00000</ExtentYMax>
14
+ </DatasetSpecificInfo>
15
+ <PropertyDefn>
16
+ <Name>id</Name>
17
+ <ElementPath>id</ElementPath>
18
+ <Type>Integer</Type>
19
+ </PropertyDefn>
20
+ <PropertyDefn>
21
+ <Name>id2</Name>
22
+ <ElementPath>id2</ElementPath>
23
+ <Type>Integer</Type>
24
+ </PropertyDefn>
25
+ </GMLFeatureClass>
26
+ </GMLFeatureClassList>
You can’t perform that action at this time.
0 commit comments