[mapguide-commits] r9848 - trunk/MgDev/Doc/samples

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jun 8 06:40:28 PDT 2021


Author: jng
Date: 2021-06-08 06:40:28 -0700 (Tue, 08 Jun 2021)
New Revision: 9848

Modified:
   trunk/MgDev/Doc/samples/samples.php
Log:
#2810: Update samples landing page

Modified: trunk/MgDev/Doc/samples/samples.php
===================================================================
--- trunk/MgDev/Doc/samples/samples.php	2021-06-08 13:39:46 UTC (rev 9847)
+++ trunk/MgDev/Doc/samples/samples.php	2021-06-08 13:40:28 UTC (rev 9848)
@@ -118,7 +118,7 @@
                     <li><a href="clientsamples/tiled/index.html">Basic Sheboygan tiled map example</a></li>
                     <li><a href="clientsamples/selection/index.html">Basic Sheboygan un-tiled map example with selection</a></li>
                     <li><a href="clientsamples/mixed/index.html">Basic Sheboygan mixed map (tiled and untiled) example</a></li>
-                    <li><a href="clientsamples/commercial/index.html">Sheboygan map with Google/OSM layers</a></li>
+                    <li><a href="clientsamples/external/index.html">Sheboygan map with external base layers</a></li>
                     <li><a href="clientsamples/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>
@@ -125,9 +125,12 @@
                 <ul>
                     <li><a href="clientsamples/hybrid/index.html">Open any map or tile set</a></li>
                     <li><a href="clientsamples/xyz/index_ol.html">Sheboygan map as XYZ layer</a></li>
+                    <li><a href="clientsamples/retina/index_ol.html">Sheboygan map as XYZ retina tile layer</a></li>
+                    <li><a href="clientsamples/mixed/index_ol.html">Basic Sheboygan mixed map (tiled and untiled) example</a></li>
                     <li><a href="clientsamples/utfgrid/index.html">Sheboygan map as XYZ layer with UTFGrid interaction tiles</a></li>
                     <li><a href="clientsamples/wms/index.html">Sheboygan map as WMS layers</a></li>
                     <li><a href="clientsamples/mvt/index.html">Sheboygan map as Mapbox Vector Tiles</a></li>
+                    <li><a href="clientsamples/geoprocessing/index_ol.html">Using Geo-Processing APIs</a></li>
                 </ul>
                 <? } ?>
             <? } ?>



More information about the mapguide-commits mailing list