JMap.Application.Selection.selectFromFeature
Selects features on the map that intersect the given feature.
the given feature
if not provided the method use
// will select all features that intersect the provided line featureJMap.Application.Selection.selectFromFeature(lineFeature) Copy
// will select all features that intersect the provided line featureJMap.Application.Selection.selectFromFeature(lineFeature)
JMap.Application.Selection.selectFromFeature
Selects features on the map that intersect the given feature.