mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
1.4 KiB
1.4 KiB
1 | id | description | x | y | wkt |
---|---|---|---|---|---|
2 | 1 | Basic point/WKT | 10.0 | 20.0 | POLYGON((10.0 20.0,25.0 20.0,25.0 30.0,10.0 30.0)) |
3 | 2 | Invalid point coordinate | 1O.O | 20.0 | POLYGON((10.0 20.0,25.0 20.0,25.0 30.0,10.0 30.0)) |
4 | 3 | Invalid WKT definition | 15.0 | 20.0 | POLYGON((10.0 20.0 25.0 20.0,25.0 30.0,10.0 30.0)) |
5 | 4 | Alternative WKT definition | 25.0 | 20.0 | POLYGON M((10.0 20.0 2,25.0 20.0 3.5,25.0 30.0 -4,10.0 30.0 -3.5)) |
6 | 6 | Alternative WKT definition | 30.0 | 20.0 | POLYGON M((10.0 20.0 2,25.0 20.0 3.5,25.0 30.0 -4,10.0 30.0 -3.5)) |
7 | 7 | Alternative WKT definition | 35.0 | 20.0 | POLYGON M((10.0 20.0 2,25.0 20.0 3.5,25.0 30.0 -4,10.0 30.0 -3.5)) |
8 | 7 | WKT prefix (EWKT) | 40.0 | 20.0 | SRID=1234;POLYGON((10.0 20.0,25.0 20.0,25.0,10.0 30.0)) |
9 | 8 | WKT prefix (Informix) | 40.0 | 20.0 | 2 POLYGON((10.0 20.0,25.0 20.0,25.0,10.0 30.0)) |
10 | 20 | Quoting test - embedded quotes" '' | 45.0 | 20.0 | 2 POLYGON((10.0 20.0,25.0 20.0,25.0,10.0 30.0)) |
11 | 21 | Quoting test 2 - new line in record | 50.0 | 20.0 | 2 POLYGON((10.0 20.0,25.0 20.0,25.0,10.0 30.0)) |
12 | 21 | Quoting test 2 - multiple new lines in record | 50.0 | 20.0 | 2 POLYGON((10.0 20.0,25.0 20.0,25.0,10.0 30.0)) |
13 | 30 | UTF8 test with àccénts | 55.0 | 20.0 | 2 POLYGON((10.0 20.0,25.0 20.0,25.0,10.0 30.0)) |