tprebs / fluttermap_heatmap

Heatmap plugin for flutter_map
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

Adds maxZoom param to override TileLayer's default #11

Closed leewrigg closed 1 year ago

leewrigg commented 1 year ago

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.

leewrigg commented 1 year ago

Hi @tprebs - hope you're well

Do we have an ETA for when this will be reviewed?

tprebs commented 1 year ago

Sorry for the delay. I will review this today

tprebs commented 1 year ago

@leewrigg Thanks for the contribution. The PR has been merged and released in v 0.0.5