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
447 stars 50 forks source link

feat: add projection property for circle mode to allow globe and web mercator circle drawing #276

Closed JamesLMilner closed 2 months ago

JamesLMilner commented 2 months ago

Description of Changes

Default to drawing Web Mercator circles in TerraDrawCircleMode, with the option to draw geodesic circles using projection: "globe"

Link to Issue

275

PR Checklist