In this quick talk I'll show some cute but useful visual effects and data visualisation techniques using Mapbox-GL-JS, the open-source WebGL mapping library. These include:
- Displaying a quick animation when the user clicks on something, such as a circle collapsing in on the point, or a boundary flashing quickly.
- Linking Markers to point sources in the vector tile layers, giving you the full power of the HTML DOM to render features like charts inside your map.
- Choropleths, using the mapbox-choropleth plugin library.
- Using height to display a data variable
- Bivariate point maps using circle borders and fills.