From cdce345682a36984a23965442f8a8edb9b3a23f1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 9 Oct 2018 09:44:28 -0400 Subject: [PATCH] moving the leaflet map center to the west so it captures more of the bay in mobile --- parts/map-image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/map-image.php b/parts/map-image.php index 7ae5ea7..d418db1 100644 --- a/parts/map-image.php +++ b/parts/map-image.php @@ -23,7 +23,7 @@ // Styles a map in night mode. var url = ''; leafletMap = L.map('front-map-image', { - center: [45.400148, -84.895447], + center: [45.404496, -84.912744], zoom: 13 }); var leafletTileServer = 'https://maps.gaslightmedia.com/08172018-4c95c314f0934e680190f27ef99c6dcc/{z}/{x}/{y}.png'; -- 2.17.1