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: '',
|
||||
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,
|
||||
|
2
external/leaflet_google.js
vendored
2
external/leaflet_google.js
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user