Geom2 package working with new extent structure

This commit is contained in:
Tim Schaub
2013-09-03 17:52:18 -06:00
parent e6b395e2ee
commit 3faa035de3
4 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ describe('ol.geom2.PointCollection', function() {
it('returns the expected value', function() {
var extent = pc.getExtent();
expect(extent).to.eql([0, 2, 1, 3]);
expect(extent).to.eql([[0, 1], [2, 3]]);
});
});