• JMap.Map.Selection.selectOnAllLayersFromCircle

    Select for all layers the features that intersect the circle.

    Parameters

    Returns JMapSelection

    The new feature selection

    Throws

    Error if circle format is not good

    Example

    // 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
    })