fix WKT MULIPOINT in tests (see #2670)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10688 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2010-08-24 07:12:51 +00:00
parent 5f59b8d72d
commit cdb4b78136
2 changed files with 45 additions and 45 deletions

View File

@@ -288,7 +288,7 @@
wkt: "POINT(1 2)",
geom: new OpenLayers.Geometry.Point(1, 2)
}, {
wkt: "MULTIPOINT(3.5 5.6,4.8 10.5)",
wkt: "MULTIPOINT((3.5 5.6),(4.8 10.5))",
geom: new OpenLayers.Geometry.MultiPoint([
new OpenLayers.Geometry.Point(3.5, 5.6),
new OpenLayers.Geometry.Point(4.8, 10.5)