• JMap.Application.Selection.selectFromFeature

    Selects features on the map that intersect the given feature.

    Parameters

    • feature: Feature<Geometry, GeoJsonProperties>

      the given feature

    • selectionType: JAPP_SELECTION_TYPES

      if not provided the method use

    Returns void

    Example

    // will select all features that intersect the provided line feature
    JMap.Application.Selection.selectFromFeature(lineFeature)