Sushant Kumar
Results
2
issues of
Sushant Kumar
From ```deck.gl 8.8```, new layers are added. Like ```GeohashLayer``` But the current typing version only exports few of them. Need to add more layers in the export
``` const layer = new S2Layer({ id: 'S2Layer', data: 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/website/sf.s2cells.json', /* props from S2Layer class */ getS2Token: d => d.token, /* props inherited from GeoCellLayer class */ elevationScale: 1000, extruded:...