diff --git a/src/ol/format/mvtformat.js b/src/ol/format/mvtformat.js index e92bdacee6..f588b52a93 100644 --- a/src/ol/format/mvtformat.js +++ b/src/ol/format/mvtformat.js @@ -147,6 +147,7 @@ ol.format.MVT.prototype.readRenderFeature_ = function(rawFeature, layer) { /** * @inheritDoc + * @api */ ol.format.MVT.prototype.readFeatures = function(source, opt_options) { goog.asserts.assertInstanceof(source, ArrayBuffer); @@ -180,6 +181,7 @@ ol.format.MVT.prototype.readFeatures = function(source, opt_options) { /** * @inheritDoc + * @api */ ol.format.MVT.prototype.readProjection = function(source) { return this.defaultDataProjection;