Just a quick heads up for those of you using OpenLayers. There seem to have been a lot of problems lately with OpenLayers refusing to redraw its layers when panning, where everything was working before. One possible solution turned up in this thread on OpenLayers Users. The credit for solving the problem is therefore not mine, but I found it so useful that I had to share.
Short version: check that you’re not usingĀ OpenLayers.Control.MouseDefaults – it has been deprecated. Instead, useĀ OpenLayers.Control.Navigation – everything else stays the same.
Quick fix for a silly problem that kept me occupied for far too long.