171
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 02, 2025 — Jun 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated example.html to reflect r[57]. More... about 20 years ago
Map constructor now calls on div argument, so that developer doesn't need to. More... about 20 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 20 years ago
Added addLayers() method to Map class; also, added tests to support it. More... about 20 years ago
Removed red background and centered map at (0,0) in example.html. More... about 20 years ago
remove extraneous diff functions. none of these was being used anyways. now all diffs return an OpenLayers.Pixel variable. More... about 20 years ago
replace 'who()' function with CLASS_NAME member constant. As per email discussion More... about 20 years ago
replaced calls to addX and addY with calls to add. Simplify More... about 20 years ago
addSize() is never used. Keep it Simple More... about 20 years ago
copy/paste oversight More... about 20 years ago
add new 'add' method to OpenLayers.Pixel -- eventually this will replace addX, addY, and addSize. More... about 20 years ago
added who() function to OpenLayers.Size More... about 20 years ago
fixed tab / spacing More... about 20 years ago
samePt() function never used and also duplicates functionality of equal() function More... about 20 years ago
JSAN for OpenLayers.Util More... about 20 years ago
JSAN for OpenLayers.Pixel More... about 20 years ago
new code seems to be using 'who()' function instead of 'getName()' More... about 20 years ago
coding standards proposal using logger to document unimplemented functions in subclasses More... about 20 years ago
JSAN More... about 20 years ago
found and noted unused variable More... about 20 years ago
JSAN More... about 20 years ago
removed 'status' variable. no reason to duplicate the storage of visibility when it can always be read directly from the layer's div. More... about 20 years ago
JSAN commenting More... about 20 years ago
if the triggerMapEvent takes a variable 'type', which is coming directly from evt.type, then we might as well keep things consistent and use it in our register function as well More... about 20 years ago
JSAN commenting More... about 20 years ago
Add PanZoomBar, make PanZoom not also have a bar, remove LayerSwitcher control for the time being. More... about 20 years ago
Modify tests to work in FF on Mac -- functions are not run alphabetically there, so work needs to be repeated in 'subsequent' calls. More... about 20 years ago
add LayerSwitcher control. Currently, when added, this will simply loop through all the map layers, display a div (with text in it) which allows you tu turn the layer on or off. Layer visibility is a new concept in Layer.js, including a getter and setter, which uses the style.visibility prop to change the status of the layer. More... about 20 years ago
Change Google Maps API key to be a key for localhost (127.0.0.1) so that people can test it on their own local webservers. More... about 20 years ago
Begin work on Google Maps Layer. In order to create this layer, layer div creation has been moved into Layer.js, and the div that is created is then slotted into the right place by the map.addLayer function. (This is so that, at layer creation time, a div is available). However, it seems like Google Maps does not know how large the div is for reasons I don't yet understand, and there'se also the fact that our zoom levels differ from Google's at the moment. But it's getting there. More... about 20 years ago