From 827b015d15715fc37d6c5e2ad437750bc7b49c0f Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 25 Jul 2012 16:57:47 -0700 Subject: [PATCH] add a geometry collection to csv wkt test --- tests/data/csv/wkt.csv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/data/csv/wkt.csv b/tests/data/csv/wkt.csv index 201ff899b..e276bf8ce 100644 --- a/tests/data/csv/wkt.csv +++ b/tests/data/csv/wkt.csv @@ -6,4 +6,5 @@ polygon, "POLYGON ((35 10, 10 20, 15 40, 45 45, 35 10),(20 30, 35 35, 30 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)))" \ No newline at end of file +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))" \ No newline at end of file