mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Adding missing test data files
This commit is contained in:
parent
5ce6688a31
commit
cbc014edbf
10
tests/testdata/delimitedtext/testextpt.txt
vendored
Normal file
10
tests/testdata/delimitedtext/testextpt.txt
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
id|description|x|y
|
||||
1|Inside|15|35
|
||||
2|Outside 1|5|35
|
||||
3|Outside 2|5|55
|
||||
4|Outside 3|15|55
|
||||
5|Outside 4|35|55
|
||||
6|Outside 5|35|45
|
||||
7|Outside 7|35|25
|
||||
8|Outside 8|15|25
|
||||
9|Inside 2|25|45
|
7
tests/testdata/delimitedtext/testextw.txt
vendored
Normal file
7
tests/testdata/delimitedtext/testextw.txt
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
id|description|wkt
|
||||
1|Inside|LINESTRING(12 32, 28 48)
|
||||
2|Outside|LINESTRING(0 0, 0 10)
|
||||
3|Crossing|LINESTRING(5 30, 30 55)
|
||||
4|Bounding box overlap|LINESTRING(5 30, 5 55, 30 55)
|
||||
5|Crossing 2|LINESTRING(25 35, 35 35)
|
||||
6|Bounding box overlap 2|LINESTRING(28 29, 31 29, 31 33)
|
Loading…
x
Reference in New Issue
Block a user