mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
improve heatmap styling
This commit is contained in:
parent
f7f80e3524
commit
6ad82e81b7
1 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ export class HeatmapLayer extends BaseLayer {
|
|||
['linear'],
|
||||
['heatmap-density'],
|
||||
0, 'rgba(0,0,0,0)',
|
||||
0.6, 'rgba(0,0,0,0)',
|
||||
0.4, 'rgba(0,0,0,0)',
|
||||
0.65, 'rgba(33,102,172,0.4)',
|
||||
0.7, 'rgb(103,169,207)',
|
||||
0.8, 'rgb(209,229,240)',
|
||||
|
|
@ -60,8 +60,8 @@ export class HeatmapLayer extends BaseLayer {
|
|||
'interpolate',
|
||||
['exponential', 2],
|
||||
['zoom'],
|
||||
10, 3,
|
||||
15, 5,
|
||||
10, 5,
|
||||
15, 10,
|
||||
20, 160
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue