File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2626,8 +2626,7 @@ describe('Test geo zoom/pan/drag interactions:', function() {
2626
2626
_assert ( 'after scroll' , [
2627
2627
[ - 94.5 , 35.0 ] , 1.3
2628
2628
] , [
2629
- // TODO: Verify that this change is acceptable
2630
- [ 380.5 , 245.9 ] , 974.4
2629
+ [ 387.1 , 245.9 ] , 974.4
2631
2630
] , [
2632
2631
'geo.center.lon' , 'geo.center.lon' , 'geo.projection.scale'
2633
2632
] ) ;
@@ -2637,9 +2636,8 @@ describe('Test geo zoom/pan/drag interactions:', function() {
2637
2636
_assert ( 'after some relayout call that causes a replot' , [
2638
2637
[ - 94.5 , 35.0 ] , 1.3
2639
2638
] , [
2640
- // TODO: Verify that this change is acceptable
2641
2639
// new center values are reflected in translate()
2642
- [ 380.5 , 245.9 ] , 974.4
2640
+ [ 387.1 , 245.9 ] , 974.4
2643
2641
] , [
2644
2642
'geo.showlakes'
2645
2643
] ) ;
You can’t perform that action at this time.
0 commit comments