diff --git a/dist/leaflet_google.js b/dist/leaflet_google.js index 85dfef08..e59c362f 100644 --- a/dist/leaflet_google.js +++ b/dist/leaflet_google.js @@ -12,7 +12,6 @@ L.Google = L.Class.extend({ errorTileUrl: '', attribution: '', opacity: 1, - tilt: 0, continuousWorld: false, noWrap: false, }, @@ -93,6 +92,7 @@ L.Google = L.Class.extend({ var map = new google.maps.Map(this._container, { center: this._google_center, zoom: 0, + tilt: 0, styles: this._styles, mapTypeId: this._type, disableDefaultUI: true, diff --git a/external/leaflet_google.js b/external/leaflet_google.js index 034fb1bc..ac5b9096 100644 --- a/external/leaflet_google.js +++ b/external/leaflet_google.js @@ -11,7 +11,6 @@ L.Google = L.Class.extend({ subdomains: 'abc', errorTileUrl: '', attribution: '', - tilt: 0, opacity: 1, continuousWorld: false, noWrap: false, @@ -94,6 +93,7 @@ L.Google = L.Class.extend({ center: this._google_center, zoom: 0, styles: this._styles, + tilt: 0, mapTypeId: this._type, disableDefaultUI: true, keyboardShortcuts: false,