From: Chuck Scott Date: Thu, 1 Nov 2018 14:59:31 +0000 (-0400) Subject: Changed Highlight_Michigan_Counties.html to default to the GLM Tile Server X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=077df4d78b4096a9d1507776ebea0a6ff215b4a3;p=prog%2Fleaflet-demos.git Changed Highlight_Michigan_Counties.html to default to the GLM Tile Server --- diff --git a/Map_Outlines_and_Highlights/Highlight_Michigan_Counties.html b/Map_Outlines_and_Highlights/Highlight_Michigan_Counties.html index b5d9861..97bfbef 100755 --- a/Map_Outlines_and_Highlights/Highlight_Michigan_Counties.html +++ b/Map_Outlines_and_Highlights/Highlight_Michigan_Counties.html @@ -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, {