remove unneccesary bounds
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3991 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
var x = 10;
|
||||
var y = 20;
|
||||
point = new OpenLayers.Geometry.Point(x, y);
|
||||
bounds = point.getBounds();
|
||||
t.eq(point.toString(), "POINT(" + x + " " + y + ")",
|
||||
"toString() returns WKT" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user