-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maps] Support for timeslider and playback #27714
Comments
Pinging @elastic/kibana-gis |
After our discussion this week, let's try and put together a POC within the next couple of minors (after 7.1 FF?). Notes from our most recent discussion:
|
@alexfrancoeur agreed with overall approach. Hopefully, we can do this incrementally, as there's a lot of undefined scope (more on that below). Much of the below is from in-person discussions: There's a number of advantages to keeping the frame-size with a fixed width with this approach. To that end, we should investigate if we can retain responsiveness by grouping all the ES-agg requests under a top-level date-histogram aggregation. In practice, the terms-aggs for choropleth layers and geotile-aggs for heatmap layers would all be grouped under a date-histogram agg with a fixed frame size.
There's known hurdles with this approach as well.
We should not entirely discard a hybrid approach either.
The undefined scope starts to creep in as I think we could hit a lot of edge-case behavior. This is especially the case when using the time-slider to animate tracks.
|
I certainly want the ability to do global playback. However -- what was the guidance for layers that don't have a time field? I don't want my layers to disappear just because they don't have one.
Is there a reason why we can't build this to support more than the maps app at first? |
@nreese @miukimiu @thomasneirynck Based on your prototype -- MVP scope looks like: Timeslider can be enabled or disabled in the Maps app. It is off by default. |
closed by #99661 |
In speaking with numerous users of the GIS community, a timeslider to quickly scan or playback your geospatial data over time is a common request. Some examples that come to mind are Google Earth, kepler and this popular OSS plugin.
Let's use this issue as place holder to discuss the best implementation and we can update accordingly.
The text was updated successfully, but these errors were encountered: