UNPKG

geospatialdraw

Version:
6 lines (5 loc) 144 B
/** * All supported GeometryJSON shapes */ type Shape = 'Polygon' | 'Bounding Box' | 'Point Radius' | 'Point' | 'Line'; export default Shape;