Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 652 Bytes

File metadata and controls

25 lines (18 loc) · 652 Bytes

katapult-toolbox

katapult-geometry.js - Javascript GIS Mapping Calculations

katapult-functions.js - misc useful helper functions

NPM Support

Versions 3.0.2 and higher export named ES6 modules.

For the bare imports version, see version 2.0.0.

For the html imports version, see version 1.1.6.

Installation

Install with npm

npm install --save https://github.com/KatapultDevelopment/katapult-toolbox.git#3.0.2

Then import the modules you need

import { KatapultFunctions, KatapultGeometry } from 'katapult-toolbox';

Usage

KatapultGeometry.latLongToXY(lat, long) - Calculate XY projection of LL in UTM Feet