The circle
Optional
params: JMapSelectionParamsselection parameters, see JMapSelectionParams
The new feature selection
Error if circle format is not good
// Process a selection on the map for all layers,
// select all features that intersect the circle
JMap.Map.Selection.selectOnAllLayersFromCircle({
center: { x: 34.23, y: 55.5 },
radius: 100
})
JMap.Map.Selection.selectOnAllLayersFromCircle
Select for all layers the features that intersect the circle.