Merge pull request #12238 from mike-000/patch-29

Use proxy url as interim fix for mixed content in the MapGuide example
This commit is contained in:
Tim Schaub
2021-04-26 19:59:28 -06:00
committed by GitHub

View File

@@ -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,