[GIS] Client Zoom in OpenLayers with Google layer

google mapsopenlayers-2

I'm displaying some features on a map, but the features are somewhat on the small side and can't be easily viewed at default zoom levels. Using the Client Zoom example, I was able to enable acceptable zoom levels on an OSM layer. However, I'd like the features to be displayed on a satellite/hybrid layer.

Google is my first choice, but I have been unable to get client zoom working properly on their hybrid layer. Attempting to zoom in past the server's maximum zoom level results in the feature itself being zoomed, but not the map tile around it.

Has anyone gotten this to work? Other satellite layers would be acceptable as well.

Best Answer

Client zoom works for grid layers (OpenLayers.Layer.Grid) only. Google layers aren't grid layers. Bing layers are.