We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be7ac2 commit da3f9fdCopy full SHA for da3f9fd
services/GeoService.ts
@@ -34,18 +34,18 @@ export class GeoService {
34
getEpsilonByZoom(zoom: number) {
35
36
if(zoom > 16){
37
- return 0.0007;
+ return 0.0003;
38
}
39
40
switch (zoom) {
41
case 16:
42
- return 0.0008;
+ return 0.0005;
43
case 15:
44
- return 0.001;
+ return 0.0008;
45
case 14:
46
- return 0.0025;
+ return 0.001;
47
case 13:
48
- return 0.005;
+ return 0.0025;
49
case 12:
50
return 0.008;
51
case 11:
0 commit comments