Heatmaps were only displaying up to a zoom level of 18, as this is the default for the TileLayer.
Our use case requires them to display up to a zoom level of 20, so this adds a parameter to set the maxZoom. If a maxZoom is not specified, it will default to 18 - so no change in functionality for anyone who doesn't specify it.
Hi @tprebs 👋
Heatmaps were only displaying up to a zoom level of 18, as this is the default for the TileLayer.
Our use case requires them to display up to a zoom level of 20, so this adds a parameter to set the
maxZoom
. If a maxZoom is not specified, it will default to 18 - so no change in functionality for anyone who doesn't specify it.