Openlayers 3 Base layers showing strips on Chrome - google-chrome

Just today I found this bug. It shows strips on baselayers. The image below shows how it looks in OpenStreet map and Mapbox. The strips are not there on Firefox.
My Chrome version is 59.0.3071.109 (Official Build) (64-bit).
My Openlayers version is 3.20.1
Is there any fix for it?

The primary reason for this is raster reprojection. If your base layer is in a different projection than your view, OpenLayers will reproject the images of the tile source.
But the particular issue you are seeing was fixed in v4.0.0 (see https://github.com/openlayers/openlayers/pull/6344). So upgrading to a newer version will resolve the problem.

Related

google Material Icons are not rendering properly on any website in chrome browser on Ubuntu

There must be a problem with internal Ubuntu's font conflict or some bugs. Unable to find the what is the reason for this. Please, share any solution.
Using Ubuntu 20.04, with Google Chrome: Version 104.0.5112.101 (Official Build) (64-bit)
I found the leading cause for the problem in my case. I was using an addon for the font-pack, "Hindi Font Pack". I disabled it, and the problem solved itself.

Autodesk Viewer Shows Black Model

When using the Autodesk Viewer in different browsers, sometimes models do not display with textures and instead show black. This has been encountered in Chrome on Ubuntu 16.04, as well as Safari on iOS 10.3.3.
What causes this? If this isn't known, how can we begin to debug this?
We found an undocumented updated to the viewer - version v2.16. We have updated to use this version and the models are now rendering correctly.

Google Maps - How to remove lines

I am trying to turn off main lines (grid map) in google maps api for web, but I do not know how to do. I was trying to set borders to 0, but it still display on map.
Thank you in advance for help.
I think this is a bug with the latest version of Chrome. It happens on my site http://www.shortwave.am as well but only on the newest Chrome version and not Chrome 33.0.1750.154 or Firefox.

Google Maps v3 kml polygon transparency in IE8

Starting some time around March 13th, I started receiving bug reports from
users that my KML polygons were no longer transparent on Windows XP, and IE8.
I did notice Windows XP updates were applied before issues were first reported to me.
The transparency works fine on any other OS/Browser I have available to test.
(Windows XP with Chrome and Firefox, IE11 on Windows 7, Firefox and Chromium on Ubuntu 10)
Nothing has changed in my generation of the map, or the KML it uses.
I've been able to recreate this with a very simple test:
http://itic.occinc.com/googleMapTest.html
It uses this KML:
http://itic.occinc.com/test.kml
I've tried using different colors in the KML with more and less opacity/transparency.
For now I've disabled the polygon filling in my applications, but I'd like to re-enable that.
Any suggestions are appreciated.
This bug was reported at https://code.google.com/p/gmaps-api-issues/issues/detail?id=6540 and should be resolved

Current location spot on Google maps on iphone ios7 looks strange

I have two apps both using the newest version of google maps sdk 1.4.0
There's a weird issue I'm seeing on ios7 where the user's current location is surrounded by a white square (see image below)
I'm not really doing any funky things with the map, just that pin image over the map. Any ideas how to fix this?
It's a known issue on Simalutor. Both iOS 7 and 8.
Works fine on real devices.
You can check the issue in google maps api bug tracker here.