[client] Increase heatmap blob size

This commit is contained in:
Starbeamrainbowlabs 2019-01-17 17:38:10 +00:00
parent 8c74a293e8
commit 16d58918b9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default {
default_zoom: 12,
// The size, in metres, of the blobs on the heatmap.
heatmap_blob_size: 100,
heatmap_blob_size: 500,
heatmap_opacity: 0.75
}