From 077df4d78b4096a9d1507776ebea0a6ff215b4a3 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 1 Nov 2018 10:59:31 -0400 Subject: [PATCH] Changed Highlight_Michigan_Counties.html to default to the GLM Tile Server --- Map_Outlines_and_Highlights/Highlight_Michigan_Counties.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, { -- 2.17.1