add a geometry collection to csv wkt test
This commit is contained in:
parent
3da72ff8cb
commit
827b015d15
1 changed files with 2 additions and 1 deletions
|
@ -7,3 +7,4 @@ multipoint, "MULTIPOINT ((10 40), (40 30), (20 20), (30 10))"
|
|||
multilinestring, "MULTILINESTRING ((10 10, 20 20, 10 40),(40 40, 30 30, 40 20, 30 10))"
|
||||
multipolygon, "MULTIPOLYGON (((30 20, 10 40, 45 40, 30 20)),((15 5, 40 10, 10 20, 5 10, 15 5)))"
|
||||
multipolygon, "MULTIPOLYGON (((40 40, 20 45, 45 30, 40 40)),((20 35, 45 20, 30 5, 10 10, 10 30, 20 35),(30 20, 20 25, 20 15, 30 20)))"
|
||||
collection, "GEOMETRYCOLLECTION(POLYGON((1 1,2 1,2 2,1 2,1 1)),POINT(2 3),LINESTRING(2 3,3 4))"
|
|
Loading…
Reference in a new issue