Merge pull request #7566 from tschaub/missing-new

Proper projection construction
This commit is contained in:
Tim Schaub
2017-12-11 10:30:07 -08:00
committed by GitHub

View File

@@ -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'
});