-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Problem with rotation and heatmap #58
Comments
I'm experienceing the same issue, I am seeing this with both heatmap libraries: A more detailed description of my own oberservations so far: If I rotate the map clockwise, say 10 degree as an example, if i then pan (move) the map a notch or zoom in or out just one step, on this this first interaction I see that the heatmap data rotates around by 10 degress on the same axis and direction as the previous rotation. In essence when the map rotates, the heatmap correctly follows that rotation, but the problem arises when the map is panned or zoomed—it unnecessarily re-applies the previous rotation. Here’s what might be happening:
Potential Fix: Possible Solution Steps: (im still working on this part...)
The challenge in achieving the above is we still want the heatmap data to follow the correct positioning of the map tiles which will continue to change as we do further panning/zoomingIN/ZoomingOUT actions, we just dont want the heatmap data to continue rotating around on the axis based upon the value of the previous rotation step. |
I'm having problems with the rotated map and the heatmap.
When I load them, the heatmap is very bad, it positions me in the place where it is not rotated and when I zoom in it breaks.
Has anyone had this happen to them and managed to get it working?
Thank you all, best regards.
The text was updated successfully, but these errors were encountered: