@@ -49,9 +49,9 @@ const ZOOM: &[Zoom] = &[
4949 Zoom :: new ( 4.5 , 4 , 1.6 , measures:: BASE_D4 ) ,
5050 Zoom :: new ( 5.0 , 5 , 1.3 , measures:: BASE_D5 ) , // 15
5151 Zoom :: new ( 5.5 , 5 , 1.6 , measures:: BASE_D5 ) ,
52- Zoom :: new ( 5.5 , 5 , 1.9 , measures:: BASE_D5 ) ,
53- Zoom :: new ( 5 .5, 5 , 2.2 , measures:: BASE_D5 ) ,
54- Zoom :: new ( 5 .5, 5 , 2.5 , measures:: BASE_D5 ) ,
52+ Zoom :: new ( 6.0 , 6 , 1.9 , measures:: BASE_D6 ) ,
53+ Zoom :: new ( 6 .5, 6 , 2.2 , measures:: BASE_D6 ) ,
54+ Zoom :: new ( 6 .5, 6 , 2.5 , measures:: BASE_D6 ) ,
5555] ;
5656
5757const PROOF_ZOOM : & [ Zoom ] = & [
@@ -70,10 +70,10 @@ const PROOF_ZOOM: &[Zoom] = &[
7070 Zoom :: new ( 4.0 , 4 , 1.0 , measures:: BASE_D4 ) ,
7171 Zoom :: new ( 4.5 , 4 , 1.3 , measures:: BASE_D4 ) ,
7272 Zoom :: new ( 5.0 , 5 , 1.0 , measures:: BASE_D5 ) ,
73- Zoom :: new ( 5.5 , 5 , 1.3 , measures:: BASE_D6 ) , // 15
74- Zoom :: new ( 5.5 , 5 , 1.6 , measures:: BASE_D6 ) ,
75- Zoom :: new ( 5 .5, 5 , 1.9 , measures:: BASE_D6 ) ,
76- Zoom :: new ( 5 .5, 5 , 2.1 , measures:: BASE_D6 ) ,
73+ Zoom :: new ( 5.5 , 5 , 1.3 , measures:: BASE_D5 ) , // 15
74+ Zoom :: new ( 6.0 , 6 , 1.6 , measures:: BASE_D6 ) ,
75+ Zoom :: new ( 6 .5, 6 , 1.9 , measures:: BASE_D6 ) ,
76+ Zoom :: new ( 6 .5, 6 , 2.1 , measures:: BASE_D6 ) ,
7777] ;
7878
7979/// Size correction for feature bounds.
0 commit comments