Search code examples
leafletplotlyanychart

Plot polygons + timestamp on a map with time-slider


I have list of locations/polygons with timestamp for each one.

I want to plot those on a map but also have a 'time-slider" that is from my earliest event until my last event that I can “drag” and see only the events relevant to this time.

I would like the slider to be or 1 tick per event or have it in ticks of hours so I can see only the events in each hour

is that possible using any out of the box libraries (plotly, anychart, leaflet)?


Solution

  • In this sample you can choose which points will be shown on the map by changing the slider's value.

    We hope this answer will help you.