This example shows various ways to optimise an interactive choropleth map for fast delivery:
- Create a custom OpenLayers build instead of using the default one
- Use TopoJSON to encode the geometry
- Reduce the number of decimals in geographic coordinates
- Serve map tiles from multiple sub-domains
This map is created for a blog post on Webmapper.
Cheers,