MAPG-3 remove pov from panorama for the time being

This commit is contained in:
Bence Pőcze 2020-05-17 22:33:48 +02:00
parent 033e03335f
commit 731a168323

View File

@ -53,10 +53,6 @@ var googleLink;
function initialize() { function initialize() {
panorama = new google.maps.StreetViewPanorama(document.getElementById('panorama'), { panorama = new google.maps.StreetViewPanorama(document.getElementById('panorama'), {
position: realPosition, position: realPosition,
pov: {
heading: 34,
pitch: 10
},
disableDefaultUI: true, disableDefaultUI: true,
linksControl: true, linksControl: true,
showRoadLabels: false showRoadLabels: false