Commit fix for #2670 from fredj, r=me (Closes #2670)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10663 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2010-08-21 16:04:50 +00:00
parent 23137091fc
commit a785dc1b1f
2 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -108,9 +108,9 @@
// test a multipoint
t.eq(format.write(multipoint),
"MULTIPOINT(" + points[0].geometry.x + " " + points[0].geometry.y + "," +
points[1].geometry.x + " " + points[1].geometry.y + "," +
points[2].geometry.x + " " + points[2].geometry.y + ")",
"MULTIPOINT((" + points[0].geometry.x + " " + points[0].geometry.y + "),(" +
points[1].geometry.x + " " + points[1].geometry.y + "),(" +
points[2].geometry.x + " " + points[2].geometry.y + "))",
"format correctly writes MultiPoint WKT");
// test a linestring