172
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This modification works around an issue between Prototype.js and ShrinkSafe where it gets confused by a parameter and a local variable having the same name. This work around makes the build/compression script *much* less complex and more reliable. TODO: Submit bug report to ShrinkSafe. More... about 18 years ago
Add intial license header. TODO: Finalise this. More... about 18 years ago
Import command line wrapper for ShrinkSafe web service from old repository. More... about 18 years ago
'this'. not 'marker'... cut/copy/paste from im discussion. More... about 18 years ago
pass the position in as parameter on new tile creation. remove unnecessary setPosition() function, as tiles no longer really get moved. they get drawn in their div and then the div moves around. no need to make that any more complicated. update tests for that. Also, finish renaming 'grid' to 'layer' (from r369). More... about 18 years ago
add equals() function to OpenLayers.Bounds. plus test More... about 18 years ago
Adding events to map while dragging in the zoombar, then removing them afterwards. This neccessitated adding a 'remove' to Events, to pop events off the end. No more problems with dragging off into the map accidentally. More... about 18 years ago
Add missing Event.stop() on slider div move event. More... about 18 years ago
porting... More... about 18 years ago
more updates i missed in r384 More... about 18 years ago
Changed around the order of arguments for createImage, createDiv, and createAlphaImage. bubbled out helper function OpenLayers.Util.modifyDOMElement() to handle common mods. Official order now is: id, px, sz, imgURL, position, border[, overflow] More... about 18 years ago
Fix lack of return value. More... about 18 years ago
migrate out alphaHack checking into OpenLayers.Util.alphaHack(). More... about 18 years ago
Adding metapointer artwork, before I change it and lose this beautiful looking piece of work :) More... about 18 years ago
Fix a swap Pixel->Size from r363 More... about 18 years ago
Changing the IE Specific code. We create a regular alphaImageDiv, then resize it after we get it back. Hopefully this makes IE less cranky. More... about 18 years ago
porting/code-relocation error More... about 18 years ago
Change This back, undoing r374. More... about 18 years ago
Attempting to make IE happy. More... about 18 years ago
Continued work on Layer.Text, implementing popups. Still has closure issues. More... about 18 years ago
Make a first attempt at making the zoombar div transparency work in IE. Since this image is a background image, I want to be able to set different sizes for the img and the div. I'm nt sure how well this attempt will work. However, the code still works in FF on OS X. Someone with IE test when they get a bit? More... about 18 years ago
Fix click-to-zoom. More... about 18 years ago
Update MetaCarta.js to new Feature architecture. Soon this is going to be removed from here and renamed MCFeature.js More... about 18 years ago
WFS tiles will keep track of markers, not features. Update the requestSuccess() loop to handle new Feature architecture More... about 18 years ago
take data in Marker's constructor, and if it has a valid data and the data has a valid loadEvents() function, then call it More... about 18 years ago
change reference variable name from 'grid' to 'layer'. even though it will always be a grid, all grids are layers. better to keep it clear and use the base class name. More... about 18 years ago
the same code is executed in moveTo(). might as well use it More... about 18 years ago
marker doesnt have a this.div - it has a this.image More... about 18 years ago
give marker back its data member More... about 18 years ago
add tests for createAlphaImageDiv function More... about 18 years ago