geojson-utils-ts
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i geojson-utils-ts

Weekly Downloads

73

Version

1.1.3

License

MIT

Unpacked Size

21.6 kB

Total Files

5

Last publish

Collaborators

  • blackevil245