You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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.
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:
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):
The text was updated successfully, but these errors were encountered: