Files
openlayers/test/spec/ol
Tim Schaub 7f1a13361b Remove antipodal test cases
The Vincenty formula can fail to converge for antipodal points (see http://en.wikipedia.org/wiki/Vincenty's_formulae#Nearly_antipodal_points), so those test cases are removed.  These tests fail with the latest V8 due to optimization of trig functions with lookup tables.  For example, Math.cos(Math.PI / 2) is no longer calculated based on the value of Math.PI / 2 (which is different than the actual value of π / 2).  Instead, values close to multiples of π / 2 are determined to be 0 (which is arguably what you want).  Previously the tests were relying on very small numbers being returned in this case.
2014-02-24 14:53:00 -07:00
..
2014-02-24 14:53:00 -07:00
2014-02-06 12:59:39 +01:00
2014-02-06 12:48:51 +01:00
2013-12-09 16:37:18 +01:00
2013-05-06 15:35:40 +02:00
2014-02-19 10:20:57 -07:00
2013-03-22 17:25:31 +01:00
2013-07-09 09:30:45 +02:00