mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
[client] Increase heatmap blob size
This commit is contained in:
parent
8c74a293e8
commit
16d58918b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue