Leaflet.Path.Transform icon indicating copy to clipboard operation
Leaflet.Path.Transform copied to clipboard

_rect must not be null

Open davidbrochart opened this issue 4 years ago • 2 comments

_updateHandlers uses _rect so it must not be null.

davidbrochart avatar Oct 24 '19 15:10 davidbrochart

This last commit fixes a bug where _rings is smaller than _latlngs by one element.

davidbrochart avatar Oct 31 '19 10:10 davidbrochart

This would be great if there could be a release including that fix!

We want to include this plugin in ipyleaflet (the jupyter integration), but we are blocking on this.

SylvainCorlay avatar Nov 20 '19 09:11 SylvainCorlay