Changeset 5497
- Timestamp:
- 12/18/07 11:36:55 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/enjahova/openlayers/lib/OpenLayers/Control/Identify.js
r5378 r5497 48 48 */ 49 49 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); 52 52 }, 53 53
