Skip to content

Commit 3e154ed

Browse files
committed
Fix heatmap creation
1 parent bc57a7b commit 3e154ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,12 @@ def add_heatmap_layer(
540540
"visible": True,
541541
"parameters": {
542542
"source": source_id,
543-
"type": type,
544543
"color": gradient,
545544
"opacity": opacity,
546545
"blur": blur,
547546
"radius": radius,
548547
"feature": feature,
548+
"symbologyState": {"renderType": "Heatmap"},
549549
},
550550
}
551551

0 commit comments

Comments
 (0)