UNPKG

geo-points-and-paths

Version:

Simple classes to handle and calculate derived properties of geographic points and paths, such as distance etc. Also allows simplification of paths and storage of multiple parameters on the points.

13 lines (9 loc) 230 B
describe('Path Tests', function () { require('./path-tests'); }); describe('Point Tests', function () { require('./point-tests'); }); describe('Function Tests', function () { require('./functions-tests'); });