[mapguide-commits] r9217 - trunk/MgDev/Doc/samples
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Jun 15 09:13:06 PDT 2017
Author: jng
Date: 2017-06-15 09:13:06 -0700 (Thu, 15 Jun 2017)
New Revision: 9217
Modified:
trunk/MgDev/Doc/samples/samples.php
Log:
Link to UTFGrid example on samples landing page
Modified: trunk/MgDev/Doc/samples/samples.php
===================================================================
--- trunk/MgDev/Doc/samples/samples.php 2017-06-15 16:02:13 UTC (rev 9216)
+++ trunk/MgDev/Doc/samples/samples.php 2017-06-15 16:13:06 UTC (rev 9217)
@@ -112,7 +112,7 @@
</ul>
<? } ?>
<? if ($hasOL2Samples) { ?>
- <p class="sample-header">MapGuide with <a href="http://www.openlayers.org">OpenLayers</a></p>
+ <p class="sample-header">MapGuide with <a href="http://www.openlayers.org/two">OpenLayers 2</a></p>
<ul>
<li><a href="ol2samples/untiled/index.html">Basic Sheboygan un-tiled map example with basic legend</a></li>
<li><a href="ol2samples/tiled/index.html">Basic Sheboygan tiled map example</a></li>
@@ -121,6 +121,10 @@
<li><a href="ol2samples/commercial/index.html">Sheboygan map with Google/OSM layers</a></li>
<li><a href="ol2samples/xyz/index.html">Sheboygan map as XYZ layer</a></li>
</ul>
+ <p class="sample-header">MapGuide with <a href="http://www.openlayers.org">OpenLayers</a></p>
+ <ul>
+ <li><a href="ol2samples/utfgrid/index.html">Sheboygan map as XYZ layer with UTFGrid interaction tiles</a></li>
+ </ul>
<? } ?>
<? } ?>
</div>
More information about the mapguide-commits
mailing list