diff --git a/app_server/views/location-info.pug b/app_server/views/location-info.pug index d43ff28..65f7e9d 100644 --- a/app_server/views/location-info.pug +++ b/app_server/views/location-info.pug @@ -35,7 +35,7 @@ block content .card.card-primary .card-block h2.card-title Location map - img.img-fluid.rounded(src=`http://maps.googleapis.com/maps/api/staticmap?center=${location.coords.lat},${location.coords.lng}&zoom=17&size=400x350&sensor=false&markers=${location.coords.lat},${location.coords.lng}&scale=2`) + img.img-fluid.rounded(src=`http://maps.googleapis.com/maps/api/staticmap?center=${location.coords.lat},${location.coords.lng}&zoom=17&size=400x350&sensor=false&markers=${location.coords.lat},${location.coords.lng}&scale=2&key=ENTER-YOUR-Google-MAPS-API-KEY-HERE`) .row .col-12 .card.card-primary.review-card