This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
04efcffb001d53cb9c63c8f35ba06a7d158a5db8
openlayers
/
lib
/
OpenLayers
History
crschmidt
04efcffb00
Crop the image to the size of the div. This is helpful in cases where the image is larger than the div -- such as when we're adjusting the height, in the zoombar, and have a significantly larger image that we want to crop to the size of the zoombar.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@396
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-26 11:42:52 +00:00
..
Control
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.
2006-05-26 02:17:43 +00:00
Feature
porting...
2006-05-26 01:46:19 +00:00
Layer
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).
2006-05-26 02:56:49 +00:00
Popup
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]
2006-05-26 01:23:11 +00:00
Tile
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).
2006-05-26 02:56:49 +00:00
Ajax.js
the proxy reference can safely be shortened. thanks phil
2006-05-24 16:14:52 +00:00
Control.js
Change @require to @require:
2006-05-24 17:17:22 +00:00
Events.js
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.
2006-05-26 02:17:43 +00:00
Feature.js
OpenLayers.Feature - JSDOC/coding standards
2006-05-23 19:06:41 +00:00
Icon.js
need to make sure a size has been declared before trying to set the offset. thank you automated testing for finding this one.
2006-05-18 05:25:09 +00:00
Layer.js
updated comment from [239]
2006-05-21 22:33:14 +00:00
Map.js
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]
2006-05-26 01:23:11 +00:00
Marker.js
'this'. not 'marker'... cut/copy/paste from im discussion.
2006-05-26 03:17:47 +00:00
Popup.js
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]
2006-05-26 01:23:11 +00:00
Tile.js
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).
2006-05-26 02:56:49 +00:00
Util.js
Crop the image to the size of the div. This is helpful in cases where the image is larger than the div -- such as when we're adjusting the height, in the zoombar, and have a significantly larger image that we want to crop to the size of the zoombar.
2006-05-26 11:42:52 +00:00