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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user