MAPG-34 change default zoom to 0

This commit is contained in:
Bence Pőcze 2020-05-20 20:30:19 +02:00
parent 1219fb55c5
commit 2b88d721d0

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