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

Fixing the http bug on statkart tile service

parent a1a6ed8c
No related branches found
No related tags found
No related merge requests found
...@@ -418,6 +418,9 @@ ...@@ -418,6 +418,9 @@
layer: 'topo4', layer: 'topo4',
matrixSet: 'EPSG:3857', matrixSet: 'EPSG:3857',
}); });
// Need to force https on the tiles URL (bug in the service?)
options.urls[0] = options.urls[0].replace("http","https");
This.map = new Map({ This.map = 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