We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2aa71 commit 0d6b5b7Copy full SHA for 0d6b5b7
1 file changed
test/jasmine/tests/geo_test.js
@@ -2626,8 +2626,7 @@ describe('Test geo zoom/pan/drag interactions:', function() {
2626
_assert('after scroll', [
2627
[-94.5, 35.0], 1.3
2628
], [
2629
- // TODO: Verify that this change is acceptable
2630
- [380.5, 245.9], 974.4
+ [387.1, 245.9], 974.4
2631
2632
'geo.center.lon', 'geo.center.lon', 'geo.projection.scale'
2633
]);
@@ -2637,9 +2636,8 @@ describe('Test geo zoom/pan/drag interactions:', function() {
2637
2636
_assert('after some relayout call that causes a replot', [
2638
2639
2640
2641
// new center values are reflected in translate()
2642
2643
2644
'geo.showlakes'
2645
0 commit comments