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:
@@ -34,7 +34,6 @@ xhr.onload = function() {
|
|||||||
target: 'map',
|
target: 'map',
|
||||||
view: new ol.View2D({
|
view: new ol.View2D({
|
||||||
center: [1823849, 6143760],
|
center: [1823849, 6143760],
|
||||||
projection: 'EPSG:3857',
|
|
||||||
zoom: 11
|
zoom: 11
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user