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
0332bd09ecff0cda5a12f6610265a8b812f00b8b
openlayers
/
lib
/
OpenLayers
/
Control
History
euzuro
0332bd09ec
event -> Event
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@1142
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-09 04:21:29 +00:00
..
KeyboardDefaults.js
bringing all changes from sandbox/euzuro/LayersReworking down into the trunk. this is a merge of r656:HEAD
http://svn.openlayers.org/sandbox/euzuro/LayersReworking
2006-06-27 23:16:26 +00:00
LayerSwitcher.js
Commit tile-reuse branch back to trunk. This branch offers numerous performance
2006-08-09 03:47:33 +00:00
LayerTabs.js
event -> Event
2006-08-09 04:21:29 +00:00
MouseDefaults.js
only call the concluding setCenter() (which generally will do no more than fire the 'moveend' event) if the drag was actually performed. otherwise, it was just a click, and no need.
2006-07-26 15:33:12 +00:00
MouseToolbar.js
remove useless or duplicate functions from Util.js -- no more: Array prepend() append() -- use push() and unshift(). clear() and indexOf() both removed as they are duplicated in Prototype.js -- all instances replaced and tests updated.
2006-08-09 03:31:06 +00:00
PanZoom.js
event -> Event
2006-08-09 04:21:29 +00:00
PanZoomBar.js
replace all usage of copyOf() with clone(). Now copyOf() is officially deprecated and unused. supported only if users out there have used it, but we can phase it out in the next official release.
2006-07-18 11:56:13 +00:00
Permalink.js
Declared vars in Permalink.js as lexical.
2006-07-08 06:05:48 +00:00
Scale.js
fixing more tabs. all tests pass
2006-07-26 14:44:44 +00:00