Merge pull request #7562 from ahocevar/no-confusing-proj-code

Remove unused, confusing projection code
This commit is contained in:
Andreas Hocevar
2017-12-11 09:27:43 +01:00
committed by GitHub

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