172
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JSDOC coding standards More... almost 18 years ago
take advantage of createImage to set the position on creation. change point to pixel More... almost 18 years ago
JSDOC / coding standards OpenLayers.Tile.Image More... almost 18 years ago
coding standards. define CLASS_NAME More... almost 18 years ago
renamed to WFS More... almost 18 years ago
set default parameters (taken from old trunk) More... almost 18 years ago
svn copying WMS.js to WFS.js More... almost 18 years ago
last test function for Util.js. In theory, that entire file is now fully tested More... almost 18 years ago
more tests! createDiv and createImage now testable. More... almost 18 years ago
thank you testing. only set this if a value is passed in More... almost 18 years ago
oops. forgot to save Util.js before committing [149] More... almost 18 years ago
correctly identify getParameterString as a Util function More... almost 18 years ago
new util test More... almost 18 years ago
coding standards More... almost 18 years ago
JSDOC coding standards More... almost 18 years ago
removing unused function More... almost 18 years ago
change pt to px (point is now pixel) More... almost 18 years ago
JSDOC / coding standards createDiv function More... almost 18 years ago
JSDOC / codingstandards for Array/String extention functions More... almost 18 years ago
JSDOC More... almost 18 years ago
Changed OpenLayers.Bounds to use left, bottom, right, top INSTEAD OF minlon, minlat, maxlon, maxlat. Removed OpenLayers.Box which was not getting used. JSDOC/coding standard-ified the OpenLayers.Bounds code and wrote thorough testing for it. Should be all good. More... almost 18 years ago
Changing all tabs to spaces, per CodingStandards. More... almost 18 years ago
Test for r137, event constructor with null EventTypes. More... almost 18 years ago
fix failing test in test_Marker: Events.js should not loop through a null eventTypes var. More... almost 18 years ago
Test case for 'addlayer': check if markers.length is set correctly. (This would have failed with r133, had I written it earlier.) More... almost 18 years ago
Markers -> this.markers, reverts a change I made and fixes a bug euzuro introduced. (But I don't have a test case for it yet, so it's not his fault.) More... almost 18 years ago
Repeat after me: Test first, then commit. Test first, then commit. Test first, then commit. More... almost 18 years ago
Create a single HTML object, and modify its style attributes to move it whenever generate is called -- this will hopefully allow us to add events to it. Note that the event registration in this code currently fails: wehn triggerEvent is called, this.listeners['click'] is called, which is something I have not yet been able to fully understand. More... almost 18 years ago
added member variables for activeColor and nonActiveColor so that users can customize dynamically More... almost 18 years ago
change diff to add in OpenLayers.LonLat. Even though it is not used, it is probably better to have all these Util objects be consistent. See [129] More... almost 18 years ago