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:
commit
b673be741a
@ -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);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user