From 964ae5b58b4a6df013f3f22734c0e9ee35b52c2b Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 9 Apr 2013 11:08:04 +0200 Subject: [PATCH] Export the pixel location of the MapBrowserEvent This is useful for getting the pixel coordinate relative to the map viewport, which is used e.g. for WMS GetFeatureInfo. --- src/ol/mapbrowserevent.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/mapbrowserevent.exports b/src/ol/mapbrowserevent.exports index dd3e1cabb7..4d2e9d2e5f 100644 --- a/src/ol/mapbrowserevent.exports +++ b/src/ol/mapbrowserevent.exports @@ -1 +1,2 @@ @exportProperty ol.MapBrowserEvent.prototype.getCoordinate +@exportProperty ol.MapBrowserEvent.prototype.getPixel