171
I Use This!
High Activity

Commits : Listings

Analyzed about 18 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
element.getDimensions doesn't check styles of parent elements, so when an element is hideen because of a parent, this breaks. fall back to style.width/height in cases where we have a 0,0 size. More... about 20 years ago
fall back to Element.getDimensions when the element has no size (such as when it's hidden). More... about 20 years ago
Added test for fix in r114. (take two) More... about 20 years ago
Added test for fix in r114. More... about 20 years ago
Fixed OpenLayers.Util.getImagesLocation(), at least until we get the single file version working again. More... about 20 years ago
Added NASA Global Mosaic and DM Solutions' Canada map to example.html. More... about 20 years ago
Added additional sensible defaults to Layer.WMS.DEFAULT_PARAMS, and fixed constructor to only set defaults on param keys that aren't already set (e.g. format). Added tests, which pass. More... about 20 years ago
Create applyDefaults() function that works similarly to extend(), but without replacing existing keys. More... about 20 years ago
Add tests for WMS layer. This is one of the first tests that probably will catch real errors: addTile is probably relatively thoroughly covered in testing now. More... about 20 years ago
Add new tests for Icon cloning. Modify Icon.js to correct incorrect case in constructor call in clone(). More... about 20 years ago
Create a clone method for Icon. More... about 20 years ago
Add working code for Markers -- marker layer and marker object. Also add markers.html to demo use of markers functionality. More... about 20 years ago
Can't return an extent before center is set. More... about 20 years ago
properly declare CLASS_NAME member as constant. Also, add <i> tags around examples in comments More... about 20 years ago
Changed constructor for bounds to take minlon, minlat, maxlon, maxlat as its arguments. changed all related usage and comments More... about 20 years ago
another round of LatLon -> LonLat [99] revisions More... about 20 years ago
The layer adds the marker to the div. Therefore, some of the code needs to move into the layer: the marker needs to know how to generate an HTML object that will represent it. More... about 20 years ago
small updates to comments related to LatLon -> LonLat transition [99] More... about 20 years ago
Create "Marker" layer. Add appropriate tests. More... about 20 years ago
Replace all instances and usages of LatLon to LonLat More... about 20 years ago
Add OL.Tile.Image tests. More... about 20 years ago
this.img, not img More... about 20 years ago
Can't setPosition before image exists. More... about 20 years ago
JSDOC / coding standards for Util.Bounds More... about 20 years ago
Add Layer Switcher to main example. More... about 20 years ago
Add Height/Width to control div via Map.js -- this is good for when elements inside the div are absolutely positioned, and therefore have no width. More... about 20 years ago
Typos from erik's commit were causing Util.js to fail when loading. More... about 20 years ago
JSDOC / coding standards for Util.LatLon More... about 20 years ago
JSDOC / coding standards for Util.Size More... about 20 years ago
add 'data' member to Marker class More... about 20 years ago