Add empty ol.source.Vector.getResolutions

This commit is contained in:
Frederic Junod
2017-01-12 11:43:02 +01:00
committed by Guillaume Beraudo
parent 1cb2808f7f
commit 198cf987ed

View File

@@ -652,6 +652,12 @@ ol.source.Vector.prototype.getOverlaps = function() {
};
/**
* @inheritDoc
*/
ol.source.Vector.prototype.getResolutions = function() {};
/**
* Get the url associated with this source.
*