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.

37 lines (36 loc) 849 B
{ "name": "geo-points-and-paths", "version": "2.0.2", "description": "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.", "main": "index.js", "repository": "https://github.com/kissenger/geoPointsAndPaths", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "GIS", "Geo", "Geographic", "distance", "simplify", "simplification", "bearing", "point", "line", "path", "position", "location", "bounding", "box", "bounding", "route", "track", "parameter" ], "author": "Gordon Taylor", "license": "MIT", "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.2" } }