previous patch added the option to the wrong hash
This commit is contained in:
Stefan Breunig 2013-03-02 00:55:25 +01:00
parent e6b62d6010
commit 4be5efe306
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,6 @@ L.Google = L.Class.extend({
errorTileUrl: '', errorTileUrl: '',
attribution: '', attribution: '',
opacity: 1, opacity: 1,
tilt: 0,
continuousWorld: false, continuousWorld: false,
noWrap: false, noWrap: false,
}, },
@ -93,6 +92,7 @@ L.Google = L.Class.extend({
var map = new google.maps.Map(this._container, { var map = new google.maps.Map(this._container, {
center: this._google_center, center: this._google_center,
zoom: 0, zoom: 0,
tilt: 0,
styles: this._styles, styles: this._styles,
mapTypeId: this._type, mapTypeId: this._type,
disableDefaultUI: true, disableDefaultUI: true,

View File

@ -11,7 +11,6 @@ L.Google = L.Class.extend({
subdomains: 'abc', subdomains: 'abc',
errorTileUrl: '', errorTileUrl: '',
attribution: '', attribution: '',
tilt: 0,
opacity: 1, opacity: 1,
continuousWorld: false, continuousWorld: false,
noWrap: false, noWrap: false,
@ -94,6 +93,7 @@ L.Google = L.Class.extend({
center: this._google_center, center: this._google_center,
zoom: 0, zoom: 0,
styles: this._styles, styles: this._styles,
tilt: 0,
mapTypeId: this._type, mapTypeId: this._type,
disableDefaultUI: true, disableDefaultUI: true,
keyboardShortcuts: false, keyboardShortcuts: false,