OpenLayers OpenLayers

Changeset 5497

Show
Ignore:
Timestamp:
12/18/07 11:36:55 (1 year ago)
Author:
enjahova
Message:

updated Control/Identify.js to pass unmodified OpenLayers.Pixel to user func

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/enjahova/openlayers/lib/OpenLayers/Control/Identify.js

    r5378 r5497  
    4848     */ 
    4949    identify: function (position) { 
    50         var pos = this.map.getLonLatFromPixel(position) 
    51         this.userFunction(pos); 
     50        //var pos = this.map.getLonLatFromPixel(position) 
     51        this.userFunction(position); 
    5252    }, 
    5353