python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.94k stars 2.23k forks source link

Using HeatMapWithTime together with TimestampedGeoJson #1966

Closed WilliamZhao1999Disit closed 5 months ago

WilliamZhao1999Disit commented 5 months ago

Is it possible to use HeatMapWithTime together with TimestampedGeoJson?

For example, when time goes forward, it simultaneously shows markers or polygons with a single time slider.

hansthen commented 5 months ago

Not at the moment. The timelineslider in TimestampedGeoJson can control only one layer at the moment.

Conengmo commented 5 months ago

That's right, plugins in general are standalone and combining them is not supported.