-
Notifications
You must be signed in to change notification settings - Fork 770
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
openlayers 2.13.1 tile update problem in chrome #1207
Comments
We use OL to build our own mapping library and we've also found this issue with the recent 2.13.1 upgrade. After some testing, it appears to be isolated to SVG rendering in newer webkit/blink engines. The table below illustrates affected browsers that we have tested;
|
Initial investigation shows that this only happens with Google base layers. |
Quick update, we've found that if you turn on GPU acceleration for svg elements the problem goes away.
|
thank you for your effort chrome 32.0.1700.102 m version this problem does not occur. |
interesting does not occur my computer |
what OS are you guys on? I've heard reports of some issues only on Chrome on Windows, not on OSX |
@bartvde For me it's on OSX (Lion and Mavericks). We're pretty sure it has something to do with Google's Maps GPU acceleration. Problem goes away with;
|
@kevbradwick Would you be able to create a pull request with this css snippet? |
@ahocevar sure, shall I add to the examples a page that demonstrates the problem? |
I think it would be more suitable to have a manual test case instead of an example https://github.com/openlayers/openlayers/tree/master/tests/manual |
@bartvde cool, no problem, I'll create one this morning |
FWIW I tested on:
on winXP and could not reproduce in any of those. inspecting |
@kevbradwick I observe similar problem on: |
Hi,
I just added a sample code to http://jsfiddle.net/Sertan/YkqL9/19/
My problem is that if you pan on the map and afterwards click "gotextent button" which calls zoomtoextent method, the map is zoomed to extent of the polygon however some part of the polygon in the previous tile still remains there which should not be there anymore. This problem does not occur on open layer version 2.12 or in firefox with version 2.13.1.
screen example can be seen below.
The text was updated successfully, but these errors were encountered: