Skip to content

Commit 110b334

Browse files
author
Tino Desjardins
committed
Fix MapGuideExample
1 parent a5674e2 commit 110b334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gwt-ol3-demo/src/main/java/com/github/tdesjardins/ol3/demo/client/example/MapGuideExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void show(String exampleId) {
6565
// create a MapGuide image
6666
ImageMapGuideOptions imageMapGuideOptions = new ImageMapGuideOptions();
6767
imageMapGuideOptions.setParams(imageMapGuideParams);
68-
imageMapGuideOptions.setUrl("http://138.197.230.93:8008/mapguide/mapagent/mapagent.fcgi?");
68+
imageMapGuideOptions.setUrl("https://mikenunn.net/mapguide/mapagent/mapagent.fcgi?");
6969
imageMapGuideOptions.setUseOverlay(false);
7070
imageMapGuideOptions.setMetersPerUnit(111319.4908d);
7171
imageMapGuideOptions.setRatio(2.0f);

0 commit comments

Comments
 (0)