0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
coding standards proposal using logger to document unimplemented functions in subclasses More... about 18 years ago
JSAN More... about 18 years ago
found and noted unused variable More... about 18 years ago
JSAN More... about 18 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 18 years ago
JSAN commenting More... about 18 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 18 years ago
JSAN commenting More... about 18 years ago
Add PanZoomBar, make PanZoom not also have a bar, remove LayerSwitcher control for the time being. More... about 18 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 18 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 18 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 18 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 18 years ago
More zoom level bounds checking. More... about 18 years ago
Convert zoom levels to be a slider. Graphics need much improvement, and the code also needs a good twice over, but it works. More... about 18 years ago