mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
restore moved test data
This commit is contained in:
parent
fba25dce83
commit
8541162003
10
python/plugins/processing/tests/testdata/custom/overlay1_b.geojson
vendored
Normal file
10
python/plugins/processing/tests/testdata/custom/overlay1_b.geojson
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { "id_b": "B1" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.0, 1.0 ], [ 8.0, 1.0 ], [ 8.0, 9.0 ], [ 7.0, 9.0 ], [ 7.0, 2.0 ], [ 1.0, 2.0 ], [ 1.0, 1.0 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "id_b": "B4" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 5.0, 3.0 ], [ 6.0, 3.0 ], [ 6.0, 4.0 ], [ 5.0, 4.0 ], [ 5.0, 3.0 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "id_b": "B2" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.0, 5.0 ], [ 4.0, 5.0 ], [ 4.0, 6.0 ], [ 0.0, 6.0 ], [ 0.0, 5.0 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "id_b": "B3" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 3.0, 7.0 ], [ 6.0, 7.0 ], [ 6.0, 8.0 ], [ 3.0, 8.0 ], [ 3.0, 7.0 ] ] ] } }
|
||||
]
|
||||
}
|
4
python/plugins/processing/tests/testdata/custom/weighted.csv
vendored
Normal file
4
python/plugins/processing/tests/testdata/custom/weighted.csv
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
1,2,0.65
|
||||
3,4,0.32
|
||||
5,6,0.54
|
||||
|
|
21
python/plugins/processing/tests/testdata/expected/dissolved_consecutive_lines.gfs
vendored
Normal file
21
python/plugins/processing/tests/testdata/expected/dissolved_consecutive_lines.gfs
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<GMLFeatureClassList>
|
||||
<GMLFeatureClass>
|
||||
<Name>dissolved_consecutive_lines</Name>
|
||||
<ElementPath>dissolved_consecutive_lines</ElementPath>
|
||||
<!--MULTILINESTRING-->
|
||||
<GeometryType>5</GeometryType>
|
||||
<SRSName>EPSG:4326</SRSName>
|
||||
<DatasetSpecificInfo>
|
||||
<FeatureCount>1</FeatureCount>
|
||||
<ExtentXMin>-0.91424</ExtentXMin>
|
||||
<ExtentXMax>0.54111</ExtentXMax>
|
||||
<ExtentYMin>-0.14058</ExtentYMin>
|
||||
<ExtentYMax>0.68700</ExtentYMax>
|
||||
</DatasetSpecificInfo>
|
||||
<PropertyDefn>
|
||||
<Name>id</Name>
|
||||
<ElementPath>id</ElementPath>
|
||||
<Type>Untyped</Type>
|
||||
</PropertyDefn>
|
||||
</GMLFeatureClass>
|
||||
</GMLFeatureClassList>
|
21
python/plugins/processing/tests/testdata/expected/point_to_layer.gfs
vendored
Normal file
21
python/plugins/processing/tests/testdata/expected/point_to_layer.gfs
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<GMLFeatureClassList>
|
||||
<GMLFeatureClass>
|
||||
<Name>point_to_layer</Name>
|
||||
<ElementPath>point_to_layer</ElementPath>
|
||||
<!--POINT-->
|
||||
<GeometryType>1</GeometryType>
|
||||
<SRSName>EPSG:3857</SRSName>
|
||||
<DatasetSpecificInfo>
|
||||
<FeatureCount>1</FeatureCount>
|
||||
<ExtentXMin>1000000.00000</ExtentXMin>
|
||||
<ExtentXMax>1000000.00000</ExtentXMax>
|
||||
<ExtentYMin>1550000.00000</ExtentYMin>
|
||||
<ExtentYMax>1550000.00000</ExtentYMax>
|
||||
</DatasetSpecificInfo>
|
||||
<PropertyDefn>
|
||||
<Name>id</Name>
|
||||
<ElementPath>id</ElementPath>
|
||||
<Type>Integer</Type>
|
||||
</PropertyDefn>
|
||||
</GMLFeatureClass>
|
||||
</GMLFeatureClassList>
|
32
python/plugins/processing/tests/testdata/polys_non_ascii_ñññ.gfs
vendored
Normal file
32
python/plugins/processing/tests/testdata/polys_non_ascii_ñññ.gfs
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
<GMLFeatureClassList>
|
||||
<GMLFeatureClass>
|
||||
<Name>polys2</Name>
|
||||
<ElementPath>polys2</ElementPath>
|
||||
<!--POLYGON-->
|
||||
<GeometryType>3</GeometryType>
|
||||
<SRSName>EPSG:4326</SRSName>
|
||||
<DatasetSpecificInfo>
|
||||
<FeatureCount>6</FeatureCount>
|
||||
<ExtentXMin>-1.00000</ExtentXMin>
|
||||
<ExtentXMax>10.00000</ExtentXMax>
|
||||
<ExtentYMin>-3.00000</ExtentYMin>
|
||||
<ExtentYMax>6.00000</ExtentYMax>
|
||||
</DatasetSpecificInfo>
|
||||
<PropertyDefn>
|
||||
<Name>name</Name>
|
||||
<ElementPath>name</ElementPath>
|
||||
<Type>String</Type>
|
||||
<Width>5</Width>
|
||||
</PropertyDefn>
|
||||
<PropertyDefn>
|
||||
<Name>intval</Name>
|
||||
<ElementPath>intval</ElementPath>
|
||||
<Type>Integer</Type>
|
||||
</PropertyDefn>
|
||||
<PropertyDefn>
|
||||
<Name>floatval</Name>
|
||||
<ElementPath>floatval</ElementPath>
|
||||
<Type>Real</Type>
|
||||
</PropertyDefn>
|
||||
</GMLFeatureClass>
|
||||
</GMLFeatureClassList>
|
Loading…
x
Reference in New Issue
Block a user