Alexander Milevski
Alexander Milevski
Leaflet.Path.Transform
Drag/rotate/resize handler for leaflet vector features.
martinez
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
GreinerHormann
Greiner-Hormann polygon clipping algorithm. Does AND, OR, XOR. Plays nicely with Leaflet. Handles non-convex polygons and multiple clipping areas. ~3kb footprint, no dependencies
splay-tree
Fast splay-tree data structure
avl
:eyeglasses: Fast AVL tree for Node and browser
Leaflet.Bookmarks
Leaflet plugin for user-generated bookmarks
Leaflet.Path.Drag
Drag functionality for Leaflet vector layers
Leaflet.draw.drag
Drag feature functionality for Leaflet.draw
bezier-intersect
Set of functions to find intersections between lines and rectangles and Bezier curves of order 2 and 3
bresenham-zingl
Set of efficient Bresenham rasterisers ported from Alois Zingl' code