GeoJSON Utilities for Typescript
Intro
Some algorithms adapted from bjwbell/canvas-geolib
Forked from https://github.com/maxogden/geojson-js-utils and upgrade to be usable with Typescript
All GeoJSON types are typed using @types/geojson
package
How to use!
npm install geojson-utils-ts
const gju = require('geojson-utils-ts');
// Or
import * as gju from 'geojson-utils-ts'
// Or
import { pointInPolygon, pointInMultiPolygon } from 'geojson-utils-ts'
Docs
geojson-utils-ts / Autogenerated docs