Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 405 Bytes

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.