Instructions
- Drop The "[DECKGL] Initialize" element into your page
- Set the initial camera settings "view latitude", "view longitude"
- Set the data to be visualized (latitudes, longitudes, intensities, categories, info1, info2). If you set this data on "[DECKGL] Initialize", you can use any visualization layer you want without setting the same data each time you use a new visualization layer
- Now drag any visualization layer you would like: "[DECKGL] ColumnLayer", "[DECKGL] HeatmapLayer", "[DECKGL] ScatterplotLayer" or "[DECKGL] TextLayer"
- All the above layers will work out-of-the-box if you setup the data to be visualized on "[DECKGL] Initialize", except for "[DECKGL] TextLayer" which requires you to set the texts to be displayed directly on the layer.