Changeset 5370
- Timestamp:
- 12/10/07 18:06:27 (1 year ago)
- Files:
-
- trunk/openlayers/examples/custom-control.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/custom-control.html
r5369 r5370 34 34 35 35 notice: function (bounds) { 36 console.log(bounds);37 36 var ll = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.left, bounds.bottom)); 38 37 var ur = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.right, bounds.top));
