OpenLayers OpenLayers

Changeset 5370

Show
Ignore:
Timestamp:
12/10/07 18:06:27 (1 year ago)
Author:
tschaub
Message:

removing console call from example

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/custom-control.html

    r5369 r5370  
    3434 
    3535                    notice: function (bounds) { 
    36                         console.log(bounds); 
    3736                        var ll = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.left, bounds.bottom));  
    3837                        var ur = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.right, bounds.top));