most likely fix #355 (thanks @yoshimo)
This commit is contained in:
parent
62c6f0e397
commit
f664d60da3
1
dist/leaflet_google.js
vendored
1
dist/leaflet_google.js
vendored
@ -12,6 +12,7 @@ L.Google = L.Class.extend({
|
||||
errorTileUrl: '',
|
||||
attribution: '',
|
||||
opacity: 1,
|
||||
tilt: 0,
|
||||
continuousWorld: false,
|
||||
noWrap: false,
|
||||
},
|
||||
|
1
external/leaflet_google.js
vendored
1
external/leaflet_google.js
vendored
@ -11,6 +11,7 @@ L.Google = L.Class.extend({
|
||||
subdomains: 'abc',
|
||||
errorTileUrl: '',
|
||||
attribution: '',
|
||||
tilt: 0,
|
||||
opacity: 1,
|
||||
continuousWorld: false,
|
||||
noWrap: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user