Hi Lennox, I don't know if you've found your error yet, but maybe I can help a little. I fought with a weird error with the panning as well. I only had a problem when using Virtual Earth; probably similar to what you were having, but I didn't see it on the site that you posted. I tracked my error down to being a conflict with the Virtual Earth variables that they use in their JS file. MicroSoft obstruficates their code, so everything runs off of variables like a, b, c, etc... After a few days of searching through my code, I found I had one "g" variable set globally, which conflicted with the VE g function. Look in your error console and see if there is an error based on a letter. If so, chances are that you're experiencing what I did.
Chris Lennox Antoine wrote: > > I've noticed a resize issue. Don't know if it's new or not though. Take a > look at this map : > http://vizuresoft.com/mapstudio/clients/D5D90F37AACB3ACEB42192770369E577/map10/fullscreen.html. > Don't mind the cartesian overlay over the mercator map. > > It starts out with Google Maps. Switch to Virtual Earth. Notice that if > you > try to pan now, it doesn't pan correctly. It only seems to occur with the > Virtual Earth map. Switch to any of the other basemaps, and it doesn't > behave this way. > > Lennox > -- View this message in context: http://n2.nabble.com/Can%27t-get-VE-map-to-work-tp1088773p1312656.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
