Thanks to visit codestin.com Credit goes to github.com
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 82bdc31 commit 2d62819Copy full SHA for 2d62819
GeoMap.js
@@ -23,7 +23,7 @@ class GeoMap {
23
}
24
25
scoreCalculation(distance) {
26
- if(distance < 5)
+ if(distance < 7.5)
27
return 5000;
28
29
let score = (this.minimumDistanceForPoints - distance) / (this.minimumDistanceForPoints / this.maxScore);
0 commit comments