elliotstokes / gpx-parse

GPX parser
MIT License
44 stars 40 forks source link

utils changes #22

Closed pavloDeshko closed 4 years ago

pavloDeshko commented 7 years ago

ups, messed it up :) sorry

it's ready now

1. completed and working calculateMidpoint()
2. added inMiles parameter to calculateDistance()
3. updated basic tests accordingly
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.08%) to 97.297% when pulling 85c27e12b749c53f2cd8284bc4493036c75941c1 on pavloDeshko:base into acd206cbdc4f46a2b7d177ff84c8d5eb3f4556de on elliotstokes:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.1%) to 97.368% when pulling cac0759e12fbbae60d34f2384eb32964a173963b on pavloDeshko:base into acd206cbdc4f46a2b7d177ff84c8d5eb3f4556de on elliotstokes:master.

pavloDeshko commented 7 years ago
  1. added function to utils for calculating bearing between two given points
  2. fixed some typos in geomUtils.js
elliotstokes commented 7 years ago

Sorry for the delay Ive completely missed this. Ill take a look at this tonight.