From 7822864ab367bf6f18633b7674a4b30159077f8f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 11 Dec 2017 10:51:24 -0700 Subject: [PATCH] Proper projection construction --- test/spec/ol/source/vectortile.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/source/vectortile.test.js b/test/spec/ol/source/vectortile.test.js index 20ed152e33..c39ee4f151 100644 --- a/test/spec/ol/source/vectortile.test.js +++ b/test/spec/ol/source/vectortile.test.js @@ -95,7 +95,7 @@ describe('ol.source.VectorTile', function() { loaded.push(src); } - var proj = ol.proj.Projection({ + var proj = new ol.proj.Projection({ code: 'EPSG:3006', units: 'm' });