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: '',
|
errorTileUrl: '',
|
||||||
attribution: '',
|
attribution: '',
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
|
tilt: 0,
|
||||||
continuousWorld: false,
|
continuousWorld: false,
|
||||||
noWrap: 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',
|
subdomains: 'abc',
|
||||||
errorTileUrl: '',
|
errorTileUrl: '',
|
||||||
attribution: '',
|
attribution: '',
|
||||||
|
tilt: 0,
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
continuousWorld: false,
|
continuousWorld: false,
|
||||||
noWrap: false,
|
noWrap: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user