selecting multiple non-contiguous with point tool
Is it possible to select use the point identify tool to select multiple non-contiguous features without adding to Starred Results? If not is there solution for this?
-
I have an Identify tool and an “Add to Results” tool. You need to use Identify first so that you have results, then you can use the “Add to Results” tool to add more by clicking on more features. I'm not sure how to combine the two into one tool. Most of my users wouldn't want a Repeat Action on the Identify tool because they would have extra clicks to end the Repeat Action every time.
Here's the custom command for Add to Results:
[
{
"name": "system.repeat-action",
"arguments": {
"action": [
{
"name": "sketching.capture-geometry",
"arguments": {
"geometryType": [
"point"
]
}
},
"tasks.identify",
"results.add"
]
}
}
]0 -
Chelsea,
This is great. Thank you for sharing.
Austin
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
2 commentaires