From ad756d4054d67a03bcfb67e18d7f0989f0b8a9e4 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 11 Dec 2017 09:14:48 +0100 Subject: [PATCH] Remove unused, confusing projection code --- src/ol/format/mvt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/mvt.js b/src/ol/format/mvt.js index 655a73de9d..7477e73ba8 100644 --- a/src/ol/format/mvt.js +++ b/src/ol/format/mvt.js @@ -40,7 +40,7 @@ ol.format.MVT = function(opt_options) { * @type {ol.proj.Projection} */ this.defaultDataProjection = new ol.proj.Projection({ - code: 'EPSG:3857', + code: '', units: ol.proj.Units.TILE_PIXELS });