diff options
Diffstat (limited to 'src/web/index.html')
-rw-r--r-- | src/web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/index.html b/src/web/index.html index 1a0d89c00..44c66c24f 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -324,7 +324,7 @@ markers: [{ } } if (this.gmapType === 'panorama'){ - this.getMap().setLocationAndPOV(new google.maps.LatLng(this.setCenter.lat,this.setCenter.lng), {yaw: this.yaw, pitch: this.pitch, zoom: this.zoomLevel}); + this.getMap().setLocationAndPOV(new google.maps.LatLng(this.setCenter.lat,this.setCenter.lng), {yaw: this.yaw, pitch: this.pitch, zoom: zoomLevel}); } } }, 200,this); // Ext.defer |