Deck.gl with MapTiler maps

Deck.gl is a framework powered by WebGL for visual exploratory data analysis of large datasets.

Within Deck.gl, you have the option to incorporate MapTiler SDK either in interleaved mode (rendering directly into MapTiler SDK WebGL context) or reverse-controlled mode (renders deck.gl above the MapTiler SDK container and blocks any interaction to the base map).

Get started

This is the easiest and fastest way to use your MapTiler maps in Deck.gl in interleaved mode. For reverse-controlled mode see: How to use Vector Tiles in Deck.gl

Deck.gl allows a great diversification of visualizations. Like the one shown in the following example, where the ArcLayer is used to represent raised arc linking source and destination coordinate pair and ScatterplotLayer is used to show affected area. Simply use the code below the map.



Replace YOUR_MAPTILER_API_KEY_HERE with your actual MapTiler API key.