We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.10
18.2
iPhone 16 Pro
When changing zoom levels there is occasionally a spurious animation of the heatmap layer radius. This does not happen in the web version
I used a basic implementation to test this:
let source = MLNShapeSource(identifier: "allpoints", shape: MLNShapeCollection(shapes: points)) style.addSource(source) let heatmapLayer = MLNHeatmapStyleLayer(identifier: "heatmap", source: source) style.addLayer(heatmapLayer)
No response
The text was updated successfully, but these errors were encountered:
Could you provide a full example with data so we can try it out?
Do you happen to know if this already happened before the 6.0.0 release?
Sorry, something went wrong.
I added a sample project here https://github.com/matthewcheok/MapLibreHeatmapAnimation
No branches or pull requests
MapLibre iOS Version
6.10
iOS Version
18.2
Device
iPhone 16 Pro
What happened?
When changing zoom levels there is occasionally a spurious animation of the heatmap layer radius. This does not happen in the web version
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-01-22.at.20.20.18.720.mov
Steps to reproduce
I used a basic implementation to test this:
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: