Skip to content

Commit ea992a6

Browse files
committed
Use the same styling for the circle selection as for the DragBox
Styling based on the css class of the DragBox ol-box.
1 parent 0c38d86 commit ea992a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugins/Gfi/src/store/actions/setupMultiSelection.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const circleDraw = new Draw({
1111
stopClick: true,
1212
type: 'Circle',
1313
style: new Style({
14-
stroke: new Stroke({ color: '#118bee', width: 2 }),
15-
fill: new Fill({ color: [17, 139, 238, 0.6] }),
14+
stroke: new Stroke({ color: 'white', width: 1.5 }),
15+
fill: new Fill({ color: [255, 255, 255, 0.75] }),
1616
}),
1717
condition: platformModifierKeyOnly,
1818
})

0 commit comments

Comments
 (0)