Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/master'
  • Loading branch information
MFox committed Apr 28, 2017
2 parents b5ef40a + 2fba863 commit 235598a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
File renamed without changes
7 changes: 6 additions & 1 deletion Wello/www/map.php
Expand Up @@ -68,7 +68,12 @@
function initMap() {
var map = new google.maps.Map(document.getElementById('map'), {
center: new google.maps.LatLng(41.31412, -72.23311),
zoom: 16
zoom: 16,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
position: google.maps.ControlPosition.RIGHT_CENTER
}
});
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function (position) {
Expand Down

0 comments on commit 235598a

Please sign in to comment.