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
51ac2b4acf6574f349a371ea6c3b9cbd9cf8b837
openlayers
/
lib
/
OpenLayers
/
Control
History
euzuro
51ac2b4acf
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.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@1136
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-09 03:31:06 +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
don't allow a baselayer to unselect itself
2006-08-09 03:10:57 +00:00
LayerTabs.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
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
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
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