Skip to content
Open
Prev Previous commit
Next Next commit
fix: register CircleMode in MapboxDraw to activate radial drawing tool
  • Loading branch information
QCX Bot committed Jun 11, 2026
commit 6f9050a2c0db9ce09fb0872a7da993ef2dfc03a2
4 changes: 4 additions & 0 deletions components/map/mapbox-map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ export const Mapbox: React.FC<{ position?: { latitude: number; longitude: number
// Create new draw control with both polygon and line tools
drawRef.current = new MapboxDraw({
displayControlsDefault: false,
modes: {
...MapboxDraw.modes,
draw_circle: CircleMode
},
controls: {
polygon: true,
trash: true,
Expand Down