Thursday, 1 July 2021

Error importing nebula.gl into custom PyDeck deck.gl layer

I'm trying to import nebula.gl in order to make a selection layer for PyDeck (working on reproducint this code sandbox example). However, I'm getting an error in the console

enter image description here

when I try to import nebula

import { EditableGeoJsonLayer, DrawPolygonMode } from 'nebula.gl';

However, yarn and webpack appear to build correctly. The repo and place where nebula.gl is imported is here



from Error importing nebula.gl into custom PyDeck deck.gl layer

No comments:

Post a Comment