[mapguide-commits] r9843 - in trunk/MgDev/Doc/samples/clientsamples: hybrid utfgrid wms xyz
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu May 27 05:54:01 PDT 2021
Author: jng
Date: 2021-05-27 05:54:01 -0700 (Thu, 27 May 2021)
New Revision: 9843
Modified:
trunk/MgDev/Doc/samples/clientsamples/hybrid/index.html
trunk/MgDev/Doc/samples/clientsamples/utfgrid/index.html
trunk/MgDev/Doc/samples/clientsamples/wms/index.html
trunk/MgDev/Doc/samples/clientsamples/xyz/index_ol.html
Log:
#2810: Update ol js/css references in various samples
Modified: trunk/MgDev/Doc/samples/clientsamples/hybrid/index.html
===================================================================
--- trunk/MgDev/Doc/samples/clientsamples/hybrid/index.html 2021-05-27 12:41:07 UTC (rev 9842)
+++ trunk/MgDev/Doc/samples/clientsamples/hybrid/index.html 2021-05-27 12:54:01 UTC (rev 9843)
@@ -2,7 +2,7 @@
<head>
<title>Load any map example</title>
- <link rel="stylesheet" href="../assets/ol.css" />
+ <link rel="stylesheet" href="../../viewerfiles/ol.css" />
<style type="text/css">
#error {
color: red;
@@ -41,7 +41,7 @@
}
</style>
<script type="text/javascript" src="../assets/jquery-1.10.2.min.js"></script>
- <script type="text/javascript" src="../assets/ol-debug.js"></script>
+ <script type="text/javascript" src="../../viewerfiles/ol-debug.js"></script>
<script type="text/javascript" src="../assets/legend_ol.js"></script>
<script type="text/javascript">
Modified: trunk/MgDev/Doc/samples/clientsamples/utfgrid/index.html
===================================================================
--- trunk/MgDev/Doc/samples/clientsamples/utfgrid/index.html 2021-05-27 12:41:07 UTC (rev 9842)
+++ trunk/MgDev/Doc/samples/clientsamples/utfgrid/index.html 2021-05-27 12:54:01 UTC (rev 9843)
@@ -2,7 +2,7 @@
<head>
<title>Sheboygan map as XYZ layer with UTFGrid</title>
- <link rel="stylesheet" href="../assets/ol.css" />
+ <link rel="stylesheet" href="../../viewerfiles/ol.css" />
<style type="text/css">
#error {
color: red;
@@ -32,7 +32,7 @@
background-color: white;
}
</style>
- <script type="text/javascript" src="../assets/ol-debug.js"></script>
+ <script type="text/javascript" src="../../viewerfiles/ol-debug.js"></script>
<script type="text/javascript" src="../assets/jquery-1.10.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
Modified: trunk/MgDev/Doc/samples/clientsamples/wms/index.html
===================================================================
--- trunk/MgDev/Doc/samples/clientsamples/wms/index.html 2021-05-27 12:41:07 UTC (rev 9842)
+++ trunk/MgDev/Doc/samples/clientsamples/wms/index.html 2021-05-27 12:54:01 UTC (rev 9843)
@@ -1,7 +1,7 @@
<html>
<head>
<title>Sheboygan WMS</title>
- <link rel="stylesheet" href="../assets/ol.css" />
+ <link rel="stylesheet" href="../../viewerfiles/ol.css" />
<style type="text/css">
#error { color: red; }
#wrap { width: 900; }
@@ -8,7 +8,7 @@
#map { width: 400; height: 300; float: left; border: 1px solid black; }
#main { margin-top: 50px; padding-top: 20px; }
</style>
- <script type="text/javascript" src="../assets/ol-debug.js"></script>
+ <script type="text/javascript" src="../../viewerfiles/ol-debug.js"></script>
<script type="text/javascript" src="../assets/jquery-1.10.2.min.js"></script>
<script type="text/javascript">
Modified: trunk/MgDev/Doc/samples/clientsamples/xyz/index_ol.html
===================================================================
--- trunk/MgDev/Doc/samples/clientsamples/xyz/index_ol.html 2021-05-27 12:41:07 UTC (rev 9842)
+++ trunk/MgDev/Doc/samples/clientsamples/xyz/index_ol.html 2021-05-27 12:54:01 UTC (rev 9843)
@@ -1,7 +1,7 @@
<html>
<head>
<title>Sheboygan map as XYZ</title>
- <link rel="stylesheet" href="../assets/ol.css" />
+ <link rel="stylesheet" href="../../viewerfiles/ol.css" />
<style type="text/css">
#error { color: red; }
#wrap { width: 900; }
@@ -8,7 +8,7 @@
#map { width: 400; height: 300; float: left; border: 1px solid black; }
#main { margin-top: 50px; padding-top: 20px; }
</style>
- <script type="text/javascript" src="../assets/ol-debug.js"></script>
+ <script type="text/javascript" src="../../viewerfiles/ol-debug.js"></script>
<script type="text/javascript" src="../assets/jquery-1.10.2.min.js"></script>
<script type="text/javascript">
More information about the mapguide-commits
mailing list