diff options
author | DocNielsen <docnielsen@gmail.com> | 2012-11-02 16:35:20 +0100 |
---|---|---|
committer | DocNielsen <docnielsen@gmail.com> | 2012-11-02 16:35:20 +0100 |
commit | 7e5321cab4935713a6df96aa98fa33070cff3ffa (patch) | |
tree | bfb16aeb53acc964d642ca29556fda86d79536a9 /src/web/index.html | |
parent | 26131f50dda91a9c13586007a70044bec0ee3a00 (diff) | |
download | trackermap-server-7e5321cab4935713a6df96aa98fa33070cff3ffa.tar.gz trackermap-server-7e5321cab4935713a6df96aa98fa33070cff3ffa.tar.bz2 trackermap-server-7e5321cab4935713a6df96aa98fa33070cff3ffa.zip |
Update src/web/index.html
is this it?
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 |