From c40993d0d3111b7f2f69907e063a687f875e0f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Harrtell?= Date: Thu, 21 Apr 2016 14:16:06 +0200 Subject: [PATCH] Add readFeatures and readProjection as MVT experimental API --- src/ol/format/mvtformat.js | 2 ++ 1 file changed, 2 insertions(+) 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;