Skip to content

hieuunguyeen/geojson-utils-ts

 
 

Repository files navigation

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

About

Typescript helper functions for manipulating GeoJSON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • JavaScript 1.0%