parent
e6b62d6010
commit
4be5efe306
2
dist/leaflet_google.js
vendored
2
dist/leaflet_google.js
vendored
@ -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,
|
||||||
|
2
external/leaflet_google.js
vendored
2
external/leaflet_google.js
vendored
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user