Skip to content

Releases: makinacorpus/Leaflet.GeometryUtil

0.10.3

14 Dec 14:14
Compare
Choose a tag to compare

0.10.2

28 Apr 12:49
Compare
Choose a tag to compare
  • 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

01 Feb 12:49
Compare
Choose a tag to compare
  • Fix locateOnLine() doesn't return correct subline (#79, thanks @LePetitTim)

0.9.0

01 Feb 12:47
Compare
Choose a tag to compare
  • Fix interpolateOnLine() doesn't return correct predecessor (#66, thanks @jb2b38)
  • Add angle() and destinationOnSegment() (#71, thanks @trandaison)
  • migrate mocha to 5.2.0 following instructions on npm audit

0.8.1

30 Jan 05:11
0f5bd19
Compare
Choose a tag to compare
  • Remove a deprecated function in Leaflet 1.x (#69)

0.8.0

30 Jan 04:53
Compare
Choose a tag to compare
  • Update leaflet dependency to >=0.7.0 (#64, thanks @kozze89)
  • Add nClosestLayer (#62, thanks @haoliangyu)

0.7.2

30 Jan 04:55
Compare
Choose a tag to compare
  • Fix #59, closest method using a shallow copy of latLngs => deep copy now

0.7.1

30 Jan 04:56
Compare
Choose a tag to compare
  • Fix closest method for last segment on Polygon and nested Polygons

0.7.0

30 Jan 04:58
Compare
Choose a tag to compare
  • Tested for Leaflet 1.0.0-rc.3

0.6.0

30 Jan 04:59
Compare
Choose a tag to compare
  • Add nested arrays for layer param in closest method