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, {