geospatialdraw
Version:
Geospatial Map Drawing Library
5 lines (4 loc) • 502 B
TypeScript
export { GeometryJSON, GeometryJSONProperties, Geometry, BufferShape, Extent, BUFFER_SHAPE_PROPERTY, CIRCLE_BUFFER_PROPERTY_VALUE, POLYGON_LINE_BUFFER_PROPERTY_VALUE, } from './geometry';
export { bboxToExtent, geoToExtent, makeGeometry, makeBufferedGeo, makeEmptyGeometry, } from './utilities';
export { FEET, KILOMETERS, LengthUnit, METERS, MILES, NAUTICAL_MILES, YARDS, } from './units';
export { makeBBoxGeo, makeLineGeo, makePointGeo, makePointRadiusGeo, makePolygonGeo, } from './shape-factory';