Remove unused, confusing projection code

This commit is contained in:
Andreas Hocevar
2017-12-11 09:14:48 +01:00
parent 406a02e786
commit ad756d4054

View File

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