mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -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'],
|
['linear'],
|
||||||
['heatmap-density'],
|
['heatmap-density'],
|
||||||
0, 'rgba(0,0,0,0)',
|
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.65, 'rgba(33,102,172,0.4)',
|
||||||
0.7, 'rgb(103,169,207)',
|
0.7, 'rgb(103,169,207)',
|
||||||
0.8, 'rgb(209,229,240)',
|
0.8, 'rgb(209,229,240)',
|
||||||
|
|
@ -60,8 +60,8 @@ export class HeatmapLayer extends BaseLayer {
|
||||||
'interpolate',
|
'interpolate',
|
||||||
['exponential', 2],
|
['exponential', 2],
|
||||||
['zoom'],
|
['zoom'],
|
||||||
10, 3,
|
10, 5,
|
||||||
15, 5,
|
15, 10,
|
||||||
20, 160
|
20, 160
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue