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

Vector layer example fails to draw #386

Closed
scratscratte opened this issue Mar 17, 2013 · 4 comments
Closed

Vector layer example fails to draw #386

scratscratte opened this issue Mar 17, 2013 · 4 comments

Comments

@scratscratte
Copy link

It seems to be failing to render as shown below,
Uploading Screen Shot 2013-03-17 at 13.05.09.png . . .

Sometimes it renders graphics from other applications as well. It might be something to do with retina display, because it renders out bits from the dev tools (when they are open) at x2 the size of the original dev tools

@scratscratte
Copy link
Author

failed to upload
Screen Shot 2013-03-17 at 13 05 09

@twpayne
Copy link
Contributor

twpayne commented Mar 18, 2013

This is almost certainly a buggy WebGL implementation due to either a browser bug or a graphics card driver bug. There is no way that a JavaScript application should be able to access data from other applications.

This is not something that can be fixed in OpenLayers 3.

@twpayne
Copy link
Contributor

twpayne commented Mar 18, 2013

Oops, the vector example uses the canvas renderer. So, it's a buggy Canvas implementation (most likely due to buggy graphics card drivers) on your machine.

@tschaub
Copy link
Member

tschaub commented Mar 19, 2013

I think it's fair to say this is a browser issue. It would be worth seeing if you can come up with a simple reproducible example and submit a browser bug. Out of curiosity, can you provide details on your system/browser @scratscratte?

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

No branches or pull requests

3 participants