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
0f9065cd118bcf2b1ea8e2ce35314d60510a4264
openlayers
/
lib
History
euzuro
0f9065cd11
clean up code a wee lite bit in the initGrid() function... then remove the draw() call and change the moveTo() call to not trigger a redraw() on the tile. This way the initTiles() goes through and configures the tiles with everything they need... but without actually redrawing them. Then we add the spiralTileLoad() function which will go through and actually trigger the redraw on the tiles, but in that spiraling outwards way
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@1199
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-12 15:58:25 +00:00
..
OpenLayers
clean up code a wee lite bit in the initGrid() function... then remove the draw() call and change the moveTo() call to not trigger a redraw() on the tile. This way the initTiles() goes through and configures the tiles with everything they need... but without actually redrawing them. Then we add the spiralTileLoad() function which will go through and actually trigger the redraw on the tiles, but in that spiraling outwards way
2006-08-12 15:58:25 +00:00
Rico
str -> String
2006-08-09 04:23:27 +00:00
OpenLayers.js
EventPane now works -- puts a transparent pane over a layer and passes events through it down to the map.
2006-08-11 18:00:07 +00:00
Prototype.js
This modification works around an issue between Prototype.js and ShrinkSafe where it gets confused by a parameter and a local variable having the same name. This work around makes the build/compression script *much* less complex and more reliable. TODO: Submit bug report to ShrinkSafe.
2006-05-26 04:01:14 +00:00