Merge pull request #1281 from ahocevar/simplify-wmts-from-capabilities
Default projection does not need to be provided
This commit is contained in:
@@ -34,7 +34,6 @@ xhr.onload = function() {
|
||||
target: 'map',
|
||||
view: new ol.View2D({
|
||||
center: [1823849, 6143760],
|
||||
projection: 'EPSG:3857',
|
||||
zoom: 11
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user