I am working on a web application using Google Maps. Occasionally, when one zooms using the scroll wheel, an overlay (KML data) is not re-sized correctly. Except for using the scroll wheel, I have not been able to consistently reproduce this behavior.
A Google search on Google Maps and scroll wheel is returning several items on disabling zoom for the scroll wheel.
Some related map settings:
//Map Functionality
map.enableScrollWheelZoom();
map.enableDoubleClickZoom();
map.enableContinuousZoom();
Is the mouse wheel zoom so erratic that one should disable as a best practice?