Skip to content
Snippets Groups Projects
Commit a5d6f4fa authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Forcing Norwegian map tile URL to be secure (https)

parent 8ba14730
Branches
No related tags found
No related merge requests found
...@@ -236,7 +236,9 @@ ...@@ -236,7 +236,9 @@
layer: 'topo4', layer: 'topo4',
matrixSet: 'EPSG:3857', matrixSet: 'EPSG:3857',
}); });
//console.info(options);
// Need to force https on the tiles URL (bug in the service?)
options.urls[0] = options.urls[0].replace("http","https");
This.myMap = new Map({ This.myMap = new Map({
layers: [ layers: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment