mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Modified clusters to take in radial gradient as input if specified
This commit is contained in:
@@ -173,7 +173,7 @@ export function calcClusterOpacity (pointCount, totalPoints) {
|
||||
}
|
||||
|
||||
export function calcClusterSize (pointCount, totalPoints) {
|
||||
return Math.min(50, 10 + (pointCount / totalPoints) * 250)
|
||||
return Math.min(50, 10 + (pointCount / totalPoints) * 150)
|
||||
}
|
||||
|
||||
export function isLatitude (lat) {
|
||||
|
||||
Reference in New Issue
Block a user