Merge pull request #3052 from kshepard/fix-async-initialize
Initialize _sizeChanged to true to prevent async map initialization issues
This commit is contained in:
commit
69e0d0233d
@ -44,6 +44,7 @@ L.Map = L.Evented.extend({
|
||||
this._handlers = [];
|
||||
this._layers = {};
|
||||
this._zoomBoundLayers = {};
|
||||
this._sizeChanged = true;
|
||||
|
||||
this.callInitHooks();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user