Use pano under 2 kph

master
Keith Irwin 2017-09-17 00:07:27 +00:00
parent 0db629815e
commit 7d792cf8a5
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 8 additions and 8 deletions

View File

@ -245,7 +245,7 @@ loadGoogleMapsAPI({ key:mapKey })
function updateStreetView(loc) {
// Moving (show image)
if (loc.spd>1) {
if (loc.spd>2) {
// Create image
const imgElem = document.getElementById('panoImg');