gi-nx / DrawTool
ts
type DrawTool = {
defaultProps?: object;
tool: | "ProjectBoundary"
| "Grid"
| "MapSelector"
| "LineString"
| "Point"
| "Rectangle"
| "Ramp"
| "BPMove"
| "BPRotate"
| "Polygon"
| "ChildPolygon"
| "ChildLineString"
| "GeometryFilterBoundary"
| "Split"
| "Eyedropper"
| "Mirror"
| "Lasso"
| "MeasureDistance"
| "MeasureArea"
| "NewProjectBoundary"
| "ChooseFeature"
| "PushPull"
| null;
};