@@ -12,7 +12,7 @@ describe('mapFitFeatures', () => {
12
12
expect ( result ) . toEqual ( {
13
13
bearing : 67.26319164329749 ,
14
14
zoom : 10.28961353474488 ,
15
- center : [ 153.06905948819335 , - 27.57125663746671 ] ,
15
+ center : [ 153.0370867491144 , - 27.525132573088545 ] ,
16
16
} ) ;
17
17
} ) ;
18
18
@@ -22,7 +22,7 @@ describe('mapFitFeatures', () => {
22
22
expect ( result ) . toEqual ( {
23
23
bearing : 53.33512569699616 ,
24
24
zoom : 5.268314076490395 ,
25
- center : [ 151.20189151607266 , - 25.888808450872187 ] ,
25
+ center : [ 148.57471973355217 , - 23.25823876839225 ] ,
26
26
} ) ;
27
27
} ) ;
28
28
@@ -32,7 +32,7 @@ describe('mapFitFeatures', () => {
32
32
expect ( result ) . toEqual ( {
33
33
bearing : 337.2631916432975 ,
34
34
zoom : 10.874576035466035 ,
35
- center : [ 153.0690594881934 , - 27.5712566374667 ] ,
35
+ center : [ 153.0370867491144 , - 27.52513257308853 ] ,
36
36
} ) ;
37
37
} ) ;
38
38
@@ -49,7 +49,7 @@ describe('mapFitFeatures', () => {
49
49
expect ( result ) . toEqual ( {
50
50
bearing : 67.26319164329749 ,
51
51
zoom : 10.096968456802484 ,
52
- center : [ 153.06426711274398 , - 27.634723737937943 ] ,
52
+ center : [ 153.03229437366502 , - 27.588626358968774 ] ,
53
53
} ) ;
54
54
} ) ;
55
55
} ) ;
0 commit comments