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.
This commit is contained in:
ahocevar
2013-11-14 17:29:11 +01:00
parent c7dcee1406
commit d2c5422d09

View File

@@ -34,7 +34,6 @@ xhr.onload = function() {
target: 'map',
view: new ol.View2D({
center: [1823849, 6143760],
projection: 'EPSG:3857',
zoom: 11
})
});