Skip to content
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

[Bug] Issues with Trip layer #2813

Open
QQbit opened this issue Dec 6, 2024 · 2 comments
Open

[Bug] Issues with Trip layer #2813

QQbit opened this issue Dec 6, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@QQbit
Copy link

QQbit commented Dec 6, 2024

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:

  1. Go to 'Add Layer'
  2. Click on 'Select Trip'
  3. Click on 'Table column select ID , Lat , Long '
  4. 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
image
Example my data
image

But when I add layer point and filter timestamp, it works fine.
image

Desktop (please complete the following information):

  • OS: [MacOS]
  • Browser [chrome]
  • Version [131.0.6778.86]
@QQbit QQbit added the bug Something isn't working label Dec 6, 2024
@igorDykhta igorDykhta self-assigned this Dec 7, 2024
@igorDykhta igorDykhta changed the title [Bug] [Bug] Issues with Trip layer Dec 7, 2024
@QQbit
Copy link
Author

QQbit commented Dec 9, 2024

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.

image

@igorDykhta
Copy link
Collaborator

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.

trip-as-table.csv

Screen Shot 2024-12-09 at 4 32 48 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants