diff --git a/client_src/js/Config.mjs b/client_src/js/Config.mjs index 56b194d..7686263 100644 --- a/client_src/js/Config.mjs +++ b/client_src/js/Config.mjs @@ -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 }