Merged in feature/MAPG-34-let-zoom-be-0-instead-of-1 (pull request #13)

feature/MAPG-34-let-zoom-be-0-instead-of-1
This commit is contained in:
Bence Pőcze 2020-05-20 18:37:01 +00:00
commit b673be741a

View File

@ -38,7 +38,7 @@
document.getElementById('loading').style.visibility = 'hidden';
Core.panorama.setVisible(true);
Core.panorama.setPov({ heading: 0, pitch: 0, zoom: 1 });
Core.panorama.setPov({ heading: 0, pitch: 0, zoom: 0 });
Core.panorama.setPano(data.location.pano);
},