0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Convert tabs to spaces. (need to fix vi on my linux machine.) More... about 18 years ago
Reorder tests by dependancy. More... about 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... about 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... about 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... about 18 years ago
Add Pixel unit test. More... about 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... about 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... about 18 years ago
Add a test for map.setCenter(). More... about 18 years ago
Eliminate any possible circular references to controls in OpenLayers.Map.destroy(). More... about 18 years ago
Fixed incorrect plan in test_Layer.html. More... about 18 years ago
Got tests working. More... about 18 years ago
Added basic tests for Map, Layer, and Control base classes. More... about 18 years ago
One last fix to make OpenLayers.js work with the new directory scheme. More... about 18 years ago
Fixed example.html and OpenLayers.js to use lib/ instead of js/. More... about 18 years ago
Revised directory structure (js/ -> lib/, test/ -> tests/) to match JSAN distribution standards, as documented at http://www.openjsan.org/documentation/dists.html. More... about 18 years ago
Add test/ directory, including run-tests.html from Test.AnotherWay, and some of Phil's work from the original Hunut code base. Test.AnotherWay lives at http://www.openjsan.org/src/a/ar/artemkhodush/Test.AnotherWay-0.51/doc/. More... about 18 years ago
Double click should zoom and center. More... about 18 years ago
Correct syntax. Needed for IE to work. More... about 18 years ago
Fixing typo of "resolution" in PanZoom -- this fixes panning up and down. More... about 18 years ago
Removing an unused function from Tile -- should be in the subclassed WFS tile, but not here. Cleaning up example.html problems -- commenting out closing comment in <script> tag More... about 18 years ago
Removed SVN commit garbage. Oops. More... about 18 years ago
Importing OpenLayers "newAPI" branch. More... about 18 years ago