1.1.3 • Published 9 months ago

geojson-utils-ts v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

License

LICENSE

1.1.3

9 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago