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
2a496c840cd2b05782dae53ec1277b6690f74fad
openlayers
/
lib
/
OpenLayers
/
Control
History
euzuro
b2ab65df12
fixing bug introduced with r1134
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@1172
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-09 20:10:10 +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
fixing bug introduced with r1134
2006-08-09 20:10:10 +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
Moved INCHES_PER_UNIT and DOTS_PER_INCH into Util.js.
2006-08-09 14:47:26 +00:00