Skip to content
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

on drag, it only redraws after the drag ends #9

Open
Frazer opened this issue Aug 9, 2017 · 1 comment
Open

on drag, it only redraws after the drag ends #9

Frazer opened this issue Aug 9, 2017 · 1 comment

Comments

@Frazer
Copy link

Frazer commented Aug 9, 2017

for example: if we have data off the left of the screen and we grab the map on the left and drag the whole way to the right, it will look blank until the drag is released

@Frazer
Copy link
Author

Frazer commented Aug 9, 2017

can be fixed by:

getEvents: function () {
var events = {
resize: this._onLayerDidResize,
moveend: this._onLayerDidMove,
move: this._onLayerDidMove
};
.....

Performance seems ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants