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

GL features and layers don't redraw when calling draw #470

Closed
jbeezley opened this issue Dec 17, 2015 · 1 comment
Closed

GL features and layers don't redraw when calling draw #470

jbeezley opened this issue Dec 17, 2015 · 1 comment
Labels

Comments

@jbeezley
Copy link
Contributor

You have to call draw on the map object to cause features to update on the screen.

Basic test: http://jsbin.com/kutoku/3/edit?js,output

@jbeezley jbeezley added the GL label Dec 17, 2015
@jbeezley jbeezley added the bug label Feb 18, 2016
manthey added a commit that referenced this issue Jun 6, 2016
Rather than calling draw on a layer or feature, you have to call draw on the whole map.  This fixes the issue.  Resolves issue #470.

Fix the hurricanes example's line highlight.

Fix the picking example (though keep it disabled).
@manthey
Copy link
Contributor

manthey commented Jun 9, 2016

Fixed by PR #585.

@manthey manthey closed this as completed Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants