Skip to content

Commit cbc014e

Browse files
committed
Adding missing test data files
1 parent 5ce6688 commit cbc014e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
id|description|x|y
2+
1|Inside|15|35
3+
2|Outside 1|5|35
4+
3|Outside 2|5|55
5+
4|Outside 3|15|55
6+
5|Outside 4|35|55
7+
6|Outside 5|35|45
8+
7|Outside 7|35|25
9+
8|Outside 8|15|25
10+
9|Inside 2|25|45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
id|description|wkt
2+
1|Inside|LINESTRING(12 32, 28 48)
3+
2|Outside|LINESTRING(0 0, 0 10)
4+
3|Crossing|LINESTRING(5 30, 30 55)
5+
4|Bounding box overlap|LINESTRING(5 30, 5 55, 30 55)
6+
5|Crossing 2|LINESTRING(25 35, 35 35)
7+
6|Bounding box overlap 2|LINESTRING(28 29, 31 29, 31 33)

0 commit comments

Comments
 (0)