Releases: makinacorpus/Leaflet.GeometryUtil
Releases · makinacorpus/Leaflet.GeometryUtil
0.10.3
0.10.2
- Use leaflet's earth radius in destination function (#96, thanks to @viliusstanga)
- Changed imports to acommodate to new ngx-leaflet organization (#97, thanks to @rtrevinnoc)
0.9.1
- Fix
locateOnLine()
doesn't return correct subline (#79, thanks @LePetitTim)
0.9.0
- Fix
interpolateOnLine()
doesn't return correct predecessor (#66, thanks @jb2b38) - Add
angle()
anddestinationOnSegment()
(#71, thanks @trandaison) - migrate mocha to 5.2.0 following instructions on npm audit
0.8.1
0.8.0
- Update leaflet dependency to >=0.7.0 (#64, thanks @kozze89)
- Add nClosestLayer (#62, thanks @haoliangyu)
0.7.2
0.7.1
- Fix
closest
method for last segment on Polygon and nested Polygons
0.7.0
- Tested for Leaflet 1.0.0-rc.3
0.6.0
- Add nested arrays for
layer
param inclosest
method