diff --git a/examples/mapguide-untiled.js b/examples/mapguide-untiled.js index 2270ce4528..fcf5d3144f 100644 --- a/examples/mapguide-untiled.js +++ b/examples/mapguide-untiled.js @@ -3,9 +3,9 @@ goog.require('ol.View'); goog.require('ol.layer.Image'); goog.require('ol.source.ImageMapGuide'); -var mdf = 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition'; +var mdf = 'Library://Public/Samples/Sheboygan/Maps/Sheboygan.MapDefinition'; var agentUrl = - 'http://data.mapguide.com/mapguide/mapagent/mapagent.fcgi?USERNAME=Anonymous'; + 'http://www.buoyshark.com/mapguide/mapagent/mapagent.fcgi?'; var bounds = [ -87.865114442365922, 43.665065564837931, @@ -23,7 +23,9 @@ var map = new ol.Map({ metersPerUnit: 111319.4908, //value returned from mapguide params: { MAPDEFINITION: mdf, - FORMAT: 'PNG' + FORMAT: 'PNG', + USERNAME: 'OpenLayers', + PASSWORD: 'OpenLayers' }, ratio: 2 })