This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
747573cfad087f9706e37b852fc2557cbecca5fc
openlayers
/
lib
/
OpenLayers
/
Layer
History
crschmidt
747573cfad
When moving by long distances (whole screenfuls) via API setCenter calls, reinitialize the grid. This solves an 'infinite loop' like problem where if you jumped by a long way, where addColumn/addRow were simply looping for so long that the browser went unresponsive/broken. Fixes issue reported by NickH on users list as well.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@593
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-15 16:37:15 +00:00
..
Google.js
Change @require to @require:
2006-05-24 17:17:22 +00:00
Grid.js
When moving by long distances (whole screenfuls) via API setCenter calls, reinitialize the grid. This solves an 'infinite loop' like problem where if you jumped by a long way, where addColumn/addRow were simply looping for so long that the browser went unresponsive/broken. Fixes issue reported by NickH on users list as well.
2006-06-15 16:37:15 +00:00
Markers.js
when we destroy a markers layer, remove all of its tiles. do not, however, destroy them... because they were not created here.
2006-06-07 16:08:15 +00:00
Text.js
on destroy(), go through and destroy() all of the features we have created.
2006-06-07 16:12:27 +00:00
VirtualEarth.js
Adding implementation of Microsoft Virtual Earth layer.
2006-06-15 12:09:21 +00:00
WFS.js
recommitting r574 - the bug was in the OpenLayers.Feature destroy() function, which was not checking to ensure a valid map setting.
2006-06-12 16:00:00 +00:00
WMS.js
move the draw() call out of the addTile() function and into the grid code.
2006-06-05 16:19:47 +00:00