vkurchatkin / geojson-flow

GeoJSON type declarations for Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%