mapnik/tests/data/csv/wkt.csv
2012-07-25 16:57:47 -07:00

746 B

1typeWKT
2pointPOINT (30 10)
3linestringLINESTRING (30 10, 10 30, 40 40)
4polygonPOLYGON ((30 10, 10 20, 20 40, 40 40, 30 10))
5polygonPOLYGON ((35 10, 10 20, 15 40, 45 45, 35 10),(20 30, 35 35, 30 20, 20 30))
6multipointMULTIPOINT ((10 40), (40 30), (20 20), (30 10))
7multilinestringMULTILINESTRING ((10 10, 20 20, 10 40),(40 40, 30 30, 40 20, 30 10))
8multipolygonMULTIPOLYGON (((30 20, 10 40, 45 40, 30 20)),((15 5, 40 10, 10 20, 5 10, 15 5)))
9multipolygonMULTIPOLYGON (((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)))
10collectionGEOMETRYCOLLECTION(POLYGON((1 1,2 1,2 2,1 2,1 1)),POINT(2 3),LINESTRING(2 3,3 4))