// Create map with default center and size
var countyMap = L.map('area-map',{
- gestureHandling: true
+ gestureHandling: true,
+
}).setView([46.45, -87.0], 8);
+
+
+
+
var countiesDirectory = '{$assets}/counties/';
// Tile Server URL
var tileServer = 'https://maps.gaslightmedia.com/12312029-NoPlaceNames-95bfebd37e9e7d649daafa8762629084/'+ {literal}'{z}/{x}/{y}.png'{/literal};
}
},
mouseout: resetSelectedCounty,
- click: zoomToCounty
+ click: function(){
+ window.location = page;
+ }
});
// Get center of the county and add offsets
var center = countyLayer.getBounds().getCenter();