[Bug] Issues with Trip layer
Describe the bug
When I Add Layer as Trip and then select timestamp,
I got error about
An error in deck.gl: update of TripsLayer({id: 'tm39ik'}): Cannot read properties of undefined (reading 'values') in tm39ik layer. The layer has been disabled and highlighted.
To Reproduce Steps to reproduce the behavior:
- Go to 'Add Layer'
- Click on 'Select Trip'
- Click on 'Table column select ID , Lat , Long '
- When 'Table column when I select time, I see error'
My Timestamp field format - 07/30/2024 11:36:02
Expected behavior I want to see the route and direction of my data as coordinates from my car's GPS.
Screenshots
Table column I selected
Example my data
But when I add layer point and filter timestamp, it works fine.
Desktop (please complete the following information):
- OS: [MacOS]
- Browser [chrome]
- Version [131.0.6778.86]
I tried convert to Unix timestamp and select it still same issue
An error in deck.gl: update of TripsLayer({id: '8ea7d5h'}): Cannot read properties of undefined (reading 'values') in 8ea7d5h layer. The layer has been disabled and highlighted.
Hi @QQbit . Could you provide a sample of you dataset that fails?
Here is a dataset with your Timestamp field format and it works as expected.