From 198cf987ed9bc7eb8fa196c9e054a9f6c878bd91 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 12 Jan 2017 11:43:02 +0100 Subject: [PATCH] Add empty ol.source.Vector.getResolutions --- src/ol/source/vector.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ol/source/vector.js b/src/ol/source/vector.js index 8c6315d79f..cabdc9c23d 100644 --- a/src/ol/source/vector.js +++ b/src/ol/source/vector.js @@ -652,6 +652,12 @@ ol.source.Vector.prototype.getOverlaps = function() { }; +/** + * @inheritDoc + */ +ol.source.Vector.prototype.getResolutions = function() {}; + + /** * Get the url associated with this source. *