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() {
26262626 _assert ( 'after scroll' , [
26272627 [ - 94.5 , 35.0 ] , 1.3
26282628 ] , [
2629- // TODO: Verify that this change is acceptable
2630- [ 380.5 , 245.9 ] , 974.4
2629+ [ 387.1 , 245.9 ] , 974.4
26312630 ] , [
26322631 'geo.center.lon' , 'geo.center.lon' , 'geo.projection.scale'
26332632 ] ) ;
@@ -2637,9 +2636,8 @@ describe('Test geo zoom/pan/drag interactions:', function() {
26372636 _assert ( 'after some relayout call that causes a replot' , [
26382637 [ - 94.5 , 35.0 ] , 1.3
26392638 ] , [
2640- // TODO: Verify that this change is acceptable
26412639 // new center values are reflected in translate()
2642- [ 380.5 , 245.9 ] , 974.4
2640+ [ 387.1 , 245.9 ] , 974.4
26432641 ] , [
26442642 'geo.showlakes'
26452643 ] ) ;
You can’t perform that action at this time.
0 commit comments