@@ -2213,13 +2213,13 @@ describe('Test geo zoom/pan/drag interactions:', function() {
2213
2213
'geo.projection.rotation.lon' , 'geo.projection.rotation.lat' ,
2214
2214
'geo.projection.scale' , 'geo.fitbounds'
2215
2215
] ) ;
2216
- return scroll ( [ 300 , 300 ] , [ - 200 , - 200 ] ) ;
2216
+ return scroll ( [ 300 , 300 ] , [ - 100 , - 100 ] ) ;
2217
2217
} )
2218
2218
. then ( function ( ) {
2219
2219
_assert ( 'after scroll' , [
2220
- [ - 15.19 , 16.91 ] , 1.319
2220
+ [ - 17.5597 , 18.862 ] , 1.1488
2221
2221
] , [
2222
- [ 15.19 , - 16.91 ] , 211.15
2222
+ [ 17.5597 , - 18.862 ] , 183.818
2223
2223
] , [
2224
2224
'geo.projection.rotation.lon' , 'geo.projection.rotation.lat' ,
2225
2225
'geo.projection.scale'
@@ -2228,9 +2228,9 @@ describe('Test geo zoom/pan/drag interactions:', function() {
2228
2228
} )
2229
2229
. then ( function ( ) {
2230
2230
_assert ( 'after some relayout call that causes a replot' , [
2231
- [ - 15.19 , 16.91 ] , 1.319
2231
+ [ - 17.5597 , 18.862 ] , 1.1488
2232
2232
] , [
2233
- [ 15.19 , - 16.91 ] , 211.15
2233
+ [ 17.5597 , - 18.862 ] , 183.818
2234
2234
] , [
2235
2235
'geo.showocean'
2236
2236
] ) ;
0 commit comments