172
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 7 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new code seems to be using 'who()' function instead of 'getName()' More... almost 18 years ago
coding standards proposal using logger to document unimplemented functions in subclasses More... almost 18 years ago
JSAN More... almost 18 years ago
found and noted unused variable More... almost 18 years ago
JSAN More... almost 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... almost 18 years ago
JSAN commenting More... almost 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... almost 18 years ago
JSAN commenting More... almost 18 years ago
Add PanZoomBar, make PanZoom not also have a bar, remove LayerSwitcher control for the time being. More... almost 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... almost 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... almost 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... almost 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... almost 18 years ago
More zoom level bounds checking. More... almost 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... almost 18 years ago
Convert tabs to spaces. (need to fix vi on my linux machine.) More... almost 18 years ago
Reorder tests by dependancy. More... almost 18 years ago
Add 'destroy' function to PanZoom control which unsets the 'map' item on all the buttons. This should prevent memory leaks by removing the circular references to buttons. More... almost 18 years ago
Add buttons to the PanZoom control which currently allow you to zoom to any level. Add a 'zoomTo' function that allows you to specify a level. This will need to be refactored: Possibly the zoom control will become part of a subclass of PanZoom, "largePanZoom", which has a smaller set of controls. More... almost 18 years ago
Adding latlon and bounds tests. These may need to change if we decide to switch to "Lon,Lat" ordering for GIS correctness over language semantics. More... almost 18 years ago
Add Pixel unit test. More... almost 18 years ago
Test that setcenter creates a latlon, and that the values are equal to what we expect. (This would break if we ever changed the order of LatLon's args, for example.) More... almost 18 years ago
Change "OpenLayers.Point" to OpenLayers.Pixel, so there's no confusion between LatLon and Point (a problem that has and still does afflict the Google Maps API). More... almost 18 years ago
Add a test for map.setCenter(). More... almost 18 years ago
Eliminate any possible circular references to controls in OpenLayers.Map.destroy(). More... almost 18 years ago
Fixed incorrect plan in test_Layer.html. More... almost 18 years ago
Got tests working. More... almost 18 years ago
Added basic tests for Map, Layer, and Control base classes. More... almost 18 years ago
One last fix to make OpenLayers.js work with the new directory scheme. More... almost 18 years ago