如何在 Dash 中制作聚合图(by plot.ly)

How to make an aggregation map in Dash (by plot.ly)

我最近发现Dash and I am wondering if it's possible to do an aggregation map用它。据我所知,唯一的地图功能是 scattermapbox ,它不允许这样的事情。我错了吗?如果没有,还有另一种方法吗?也许另一个框架?我主要感兴趣的是做一个网络应用程序,它并排显示一个聚合地图和一个相互交互的数据网格(Dash 中的数据表)。

有关聚合地图(或地图集群)的示例,请参阅 here

从版本 4.1.1 开始,我们支持新的 densitymapbox 跟踪类型,它的功能非常相似:https://plot.ly/python/mapbox-density-heatmaps/