Using with ArcGIS
June 24, 2026 · View on GitHub
| Pure JS | React | Overlaid | Interleaved |
|---|---|---|---|
| ✓ | ✓ | example |
Starting with v8.1, deck.gl has support for ArcGIS with the @deck.gl/arcgis module.

2D integration with MapView is supported by the DeckLayer class, see pure JS example.
3D integration with SceneView is experimental and currently targets viewingMode: 'local'; DeckRenderer attaches as a RenderNode rather than a map layer. See the DeckRenderer class.