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
mapbox-gl-js version: 0.51.0
browser: Chrome
map.repaint = false
render
http://jsfiddle.net/cr7emnv0/
Keep continuous repaints off.
Turns on continuous repaints, only if it was previously off.
cc/ @ansis
The text was updated successfully, but these errors were encountered:
fix #7649, fix disabling repaint within custom layer render
bb00a3e
fix #7649, fix disabling repaint within custom layer render (#7667)
b57f79d
ac4be20
Successfully merging a pull request may close this issue.
mapbox-gl-js version: 0.51.0
browser: Chrome
Steps to Trigger Behavior
map.repaint = false
in therender
methodLink to Demonstration
http://jsfiddle.net/cr7emnv0/
Expected Behavior
Keep continuous repaints off.
Actual Behavior
Turns on continuous repaints, only if it was previously off.
cc/ @ansis
The text was updated successfully, but these errors were encountered: