From 694d784486313bd03edab3c1ab90f0cfea74c449 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Fri, 23 Apr 2021 11:32:09 +0100 Subject: [PATCH] Use proxy url as interim fix for mixed content --- examples/mapguide-untiled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mapguide-untiled.js b/examples/mapguide-untiled.js index 474b0d3cd6..b792d830d3 100644 --- a/examples/mapguide-untiled.js +++ b/examples/mapguide-untiled.js @@ -4,7 +4,7 @@ import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; const mdf = 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition'; -const agentUrl = 'http://138.197.230.93:8008/mapguide/mapagent/mapagent.fcgi?'; +const agentUrl = 'https://mikenunn.net/mapguide/mapagent/mapagent.fcgi?'; const bounds = [ -87.865114442365922, 43.665065564837931,