From d2c5422d0943dabba7cd8039ad53811655ffc22b Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 14 Nov 2013 17:29:11 +0100 Subject: [PATCH] Default projection does not need to be provided The wmts-from-capabilities example should focus on creating a WMTS source from capabilities, so it should not distract by configuring a projection that does not need to be configured. --- examples/wmts-from-capabilities.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/wmts-from-capabilities.js b/examples/wmts-from-capabilities.js index e826adc5d6..05f5e82610 100644 --- a/examples/wmts-from-capabilities.js +++ b/examples/wmts-from-capabilities.js @@ -34,7 +34,6 @@ xhr.onload = function() { target: 'map', view: new ol.View2D({ center: [1823849, 6143760], - projection: 'EPSG:3857', zoom: 11 }) });