172
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This was named the same as PanZoom, and was overriding this class when included. More... about 18 years ago
Move rico dir. Add Color.js More... about 18 years ago
Add Rico/Corner back to code from old OpenLayers codebase. More... about 18 years ago
JSAN/JSDOC, coding standards More... about 18 years ago
Create redraw() function. This function does all of the drawing in the control: the draw function merely calls out to it. In addition, draw now does initialization of an event listener, listening for layers being added. This allows you to add the layer control before you've added all your layers, which was not possible before. It also allows, if desired, for us to add the LayerSwitcher control to the default controls, since it now will draw the layer switchers as they are added. More... about 18 years ago
Fixed zoomend event code; changed semantics of the argument to moveToNewExtent to make the argument be the *previous* zoom level. Added tests. More... about 18 years ago
Laid in some calls to various application events in Map; also, refactored zoomIn and zoomOut to use zoomTo underlyingly. More... about 18 years ago
Add zoomin, zoomout tests More... about 18 years ago
Added setTileSize() method to Layer.Grid. Also, added clone() method to Layer.WMS to make up for lack of a separate data source class. More... about 18 years ago
Added check for layer.map === map to Map tests. More... about 18 years ago
Made Events class more generic; the Events constructor now takes a list of supported application event types. Added tests for the Events class. More... about 18 years ago
Added test for Map.getResolution() bug created in r[56] and fixed in r[59]. More... about 18 years ago
Bug fix for r[56]. More... about 18 years ago
Updated example.html to reflect r[57]. More... about 18 years ago
Map constructor now calls on div argument, so that developer doesn't need to. More... about 18 years ago
Changed DEFAULT_ZOOM_LEVELS to maxZoomLevel, DEFAULT_FULL_EXTENT to maxExtent, and RESOLUTION_AT_ZOOM_LEVEL_0 to maxResolution. These values are no longer constants, but have (thanks to JavaScript object prototyping) sensible defaults. More... about 18 years ago
Added addLayers() method to Map class; also, added tests to support it. More... about 18 years ago
Removed red background and centered map at (0,0) in example.html. More... about 18 years ago
remove extraneous diff functions. none of these was being used anyways. now all diffs return an OpenLayers.Pixel variable. More... about 18 years ago
replace 'who()' function with CLASS_NAME member constant. As per email discussion More... about 18 years ago
replaced calls to addX and addY with calls to add. Simplify More... about 18 years ago
addSize() is never used. Keep it Simple More... about 18 years ago
copy/paste oversight More... about 18 years ago
add new 'add' method to OpenLayers.Pixel -- eventually this will replace addX, addY, and addSize. More... about 18 years ago
added who() function to OpenLayers.Size More... about 18 years ago
fixed tab / spacing More... about 18 years ago
samePt() function never used and also duplicates functionality of equal() function More... about 18 years ago
JSAN for OpenLayers.Util More... about 18 years ago
JSAN for OpenLayers.Pixel More... about 18 years ago
new code seems to be using 'who()' function instead of 'getName()' More... about 18 years ago