Changed Highlight_Michigan_Counties.html to default to the GLM Tile Server
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 1 Nov 2018 14:59:31 +0000 (10:59 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 1 Nov 2018 14:59:31 +0000 (10:59 -0400)
Map_Outlines_and_Highlights/Highlight_Michigan_Counties.html

index b5d9861..97bfbef 100755 (executable)
@@ -35,8 +35,8 @@
                 var countyMap = L.map('LeafletMap').setView([46.5, -87.0], 8);
 
                 // Tile Server URL
-                // tileServer = 'https://maps.gaslightmedia.com/12312029-NoPlaceNames-95bfebd37e9e7d649daafa8762629084/{z}/{x}/{y}.png'; // GLM Tile Server
-                tileServer = 'http://192.168.44.12/hot/{z}/{x}/{y}.png';                                                                // Chuck's development Tile Server
+                tileServer = 'https://maps.gaslightmedia.com/12312029-NoPlaceNames-95bfebd37e9e7d649daafa8762629084/{z}/{x}/{y}.png'; // GLM Tile Server
+                // tileServer = 'http://192.168.44.12/hot/{z}/{x}/{y}.png';                                                                // Chuck's development Tile Server
 
                 // Create Tile layer
                 L.tileLayer(tileServer, {