[GIS] OpenLayers behaves problematic after certain zoom level in Google Maps Satellite view

google mapsopenlayers-2

I have some polygon data in .shp format to show in Google Maps Satellite view. I can show them well until certain zoom level.

enter image description here

But after certain level (zoom level 17 or 18), OpenLayers layer and Google Maps Satellite layer displace each other like this.

enter image description here

We know Google Maps Satellite View changes it camera angle after certain zoom level and put it to 45 degrees. How can i resolve this with OpenLayers.

Best Answer

This was recently fixed. If you are not able to use the latest version, you can do the following after adding your Google layer to the map (here: myGoogleLayer):

myGoogleLayer.mapObject.setTilt(0);