Skip to content

vkurchatkin/geojson-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geojson-flow

GeoJSON type declarations for Flow

How to install

npm install --save-dev geojson-flow

Types

  • GeoJSONObject:
    • Feature;
    • FeatureCollection:
    • GeometryObject:
      • Point;
      • MultiPoint;
      • LineString;
      • MultiLineString;
      • Polygon;
      • MultiPolygon;
      • GeometryCollection;

Positions are assumed to be 2-dimensional.

About

GeoJSON type declarations for Flow

Resources

Stars

Watchers

Forks

Packages

No packages published