Our requirements are for the heatmap layer to appear instantaneously rather than using the TileLayer's 100ms fadeIn delay, as we update heatmap data regularly.
This PR adds a new tileDisplay parameter, so that this default behaviour can be changed.
If a tileData value is not provided, it will default to TileDisplay.fadeIn() which is the current default behaviour, so anyone who doesn't provide this will see no change in functionality.
Hi @tprebs - hope you're well!
Our requirements are for the heatmap layer to appear instantaneously rather than using the
TileLayer
's 100ms fadeIn delay, as we update heatmap data regularly.This PR adds a new
tileDisplay
parameter, so that this default behaviour can be changed.If a
tileData
value is not provided, it will default toTileDisplay.fadeIn()
which is the current default behaviour, so anyone who doesn't provide this will see no change in functionality.