From de2c8e9c8a5bdb588dcc0722b2315ef4470b7d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Sipma?= Date: Fri, 24 Jan 2014 15:18:43 +0100 Subject: [PATCH] Export ol.Map#getCoordinateFromPixel --- src/ol/map.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/map.exports b/src/ol/map.exports index 39f7cc0390..561170e7cf 100644 --- a/src/ol/map.exports +++ b/src/ol/map.exports @@ -6,6 +6,7 @@ @exportProperty ol.Map.prototype.beforeRender @exportProperty ol.Map.prototype.forEachFeatureAtPixel @exportProperty ol.Map.prototype.getControls +@exportProperty ol.Map.prototype.getCoordinateFromPixel @exportProperty ol.Map.prototype.getEventCoordinate @exportProperty ol.Map.prototype.getEventPixel @exportProperty ol.Map.prototype.getInteractions