Merged in develop (pull request #14)

MAPG-34 change default zoom to 0
This commit is contained in:
Bence Pőcze 2020-05-20 18:40:39 +00:00
commit 068d581a07

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);
},