diff --git a/src/ol/Map.js b/src/ol/Map.js index 02defe01fa..2a4f833a56 100644 --- a/src/ol/Map.js +++ b/src/ol/Map.js @@ -503,6 +503,13 @@ ol.Map.prototype.getMapOverlay = function() { return this.mapOverlay_; }; +/** + * @returns {Element} the static overlay element + */ +ol.Map.prototype.getStaticOverlay = function() { + return this.staticOverlay_; +}; + /** * @export */