Deck.gl: ArcGIS DeckLayer does not work with the latest esri-loader

Created on 1 Oct 2020  路  2Comments  路  Source: visgl/deck.gl

@deck.gl/arcgis works with esri-loader@<=2.14.x but not [email protected].

Repro Steps

Environment (please complete the following information):

  • Framework Version: deck.gl 8.2.8

Logs

Looks like accessor.properties is undefined with the latest ArcGIS release:

https://github.com/visgl/deck.gl/blob/b6f8a21f95ec7695fd7825a67396d9328e0dbfe6/modules/arcgis/src/deck-props.js#L49

bug

Most helpful comment

Thank you. I had just started having problems with this and I was blaming it on NPM caching/stale packages but then it started becoming clear that there is a version problem. I'll find out.

All 2 comments

Thank you. I had just started having problems with this and I was blaming it on NPM caching/stale packages but then it started becoming clear that there is a version problem. I'll find out.

Update: I checked in a temporary workaround:

loadArcGISModules([...], {version: '4.15'})

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mathieudelvaux picture mathieudelvaux  路  4Comments

ctriley picture ctriley  路  3Comments

rjimenezda picture rjimenezda  路  3Comments

patilvikram picture patilvikram  路  3Comments

FilipHusnjak picture FilipHusnjak  路  3Comments