kepler.gl icon indicating copy to clipboard operation
kepler.gl copied to clipboard

[Bug] Issues with Trip layer

Open QQbit opened this issue 1 year ago • 2 comments

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 avatar Dec 06 '24 06:12 QQbit

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

QQbit avatar Dec 09 '24 07:12 QQbit

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

igorDykhta avatar Dec 09 '24 14:12 igorDykhta