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

[Bug] Trip layer error when shifting to another non-geojson layer and then return to it

Open natsuapo opened this issue 2 years ago • 0 comments

Describe the bug Trip layer error when shifting to another non-geojson layer and then return to it.

To Reproduce Steps to reproduce the behavior:

  1. Load a trip layer;
  2. Change the trip layer to another non-geojson layer (e.g. Line layer);
  3. Soon change back to the trip layer;
  4. No geometry is available nor the animation bar is visible even the geometry column is given.

Expected behavior Geometry should be available ad animation should be visible here. (if you change to geojson (polygon) layer and then return to it, the bug will not exist.)

Screenshots image

Desktop (please complete the following information):

  • OS: macOS
  • Browser: chrome

Additional context I also did debug here, I found the animation domain value is null after the type change. I am trying to fix this bug.

natsuapo avatar Mar 14 '22 05:03 natsuapo