pullrequests Search Results · repo:IvanSanchez/Leaflet.ImageOverlay.Rotated language:JavaScript
Filter by
6 results (143 ms)
6 results
inIvanSanchez/Leaflet.ImageOverlay.Rotated (press backspace or delete to remove)When using this plug-in on IE 11, the images are loaded on the wrong location without rotation. The reason was 0 image
width and height values inside the _reset function. To fix this, I moved the append ...
So, I have been encountering some issues where _reset is called when this._map in not instantiated.
I am proposing a guard clause which will prevent doing resets on maps that doesn t exist yet. This seems ...
Fixes #8
The _updateZIndex() method from the base class checks whether this.options.zIndex is defined and has a value, so no
other check is required here.
Makes copy-paste example work