projects
/
WP-Themes
/
lakesideclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f80e72
)
moving the leaflet map center to the west so it captures more of the bay in mobile
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 9 Oct 2018 13:44:28 +0000
(09:44 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 9 Oct 2018 13:44:28 +0000
(09:44 -0400)
parts/map-image.php
patch
|
blob
|
history
diff --git
a/parts/map-image.php
b/parts/map-image.php
index
7ae5ea7
..
d418db1
100644
(file)
--- a/
parts/map-image.php
+++ b/
parts/map-image.php
@@
-23,7
+23,7
@@
// Styles a map in night mode.
var url = '<?php echo $url ?>';
leafletMap = L.map('front-map-image', {
- center: [45.40
0148, -84.895447
],
+ center: [45.40
4496, -84.912744
],
zoom: 13
});
var leafletTileServer = 'https://maps.gaslightmedia.com/08172018-4c95c314f0934e680190f27ef99c6dcc/{z}/{x}/{y}.png';