terra-draw
Advanced tools
Comparing version 0.0.1-alpha.61 to 0.0.1-alpha.62
@@ -20,2 +20,3 @@ import { TerraDrawMouseEvent, TerraDrawAdapterStyling, TerraDrawKeyboardEvent, HexColorStyling, NumericStyling, Cursor } from "../../common"; | ||
cursors?: Cursors; | ||
minimumRadiusKilometers?: number; | ||
} | ||
@@ -29,2 +30,12 @@ export declare class TerraDrawCircleMode extends TerraDrawBaseDrawMode<CirclePolygonStyling> { | ||
private cursors; | ||
private minimumRadiusKilometers; | ||
/** | ||
* Create a new circle mode instance | ||
* @param options - Options to customize the behavior of the circle mode | ||
* @param options.keyEvents - Key events to cancel or finish the mode | ||
* @param options.cursors - Cursors to use for the mode | ||
* @param options.minimumRadiusKilometers - Minimum radius for the circle | ||
* @param options.styles - Custom styling for the circle | ||
* @param options.pointerDistance - Distance in pixels to consider a pointer close to a vertex | ||
*/ | ||
constructor(options?: TerraDrawCircleModeOptions<CirclePolygonStyling>); | ||
@@ -31,0 +42,0 @@ private close; |
{ | ||
"name": "terra-draw", | ||
"version": "0.0.1-alpha.61", | ||
"version": "0.0.1-alpha.62", | ||
"description": "Frictionless map drawing across mapping provider", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4103839
9242