JamesLMilner / terra-draw

A library for drawing on maps that supports Mapbox, MapLibre, Google Maps, OpenLayers and Leaflet out the box
https://terradraw.io
MIT License
485 stars 57 forks source link

feat: for circle mode provide minimum radius config and store radius in circle properties #223

Closed JamesLMilner closed 7 months ago

JamesLMilner commented 7 months ago

Description of Changes

Adds a minimum circle radius configuration with a very small default (currently the default width of an initially created circle) and also stores the current radius in the circle.

Link to Issue

222

221

PR Checklist