tasks.identify returns no result
RéponduI've gotten this to work in other contexts, but when when the input parameter is a buffer geometry I created using results.get-features, the identify doesn't execute correctly. No errors, just nothing.
Anyone see anything I'm missing? Pretty simple concept, I think...
[
{
"name": "map.clear-markup",
"arguments": {
"collection": "vgs-buffer"
}
},
"results.get-features",
{
"name": "geometry.set-buffer-distance",
"arguments": 1
},
{
"name": "geometry.set-buffer-units",
"arguments": "miles"
},
"geometry.buffer",
"drawing.create-graphics",
{
"name": "map.add-markup",
"arguments": {
"collection": "vgs-buffer"
}
},
"tasks.identify",
"results.display",
"map.zoom-to-features",
}
]
-
You are definitely on the right track ... you can use the Buffer Results tool which can be run from a Results context (Results List, Results Table, Result Details)

This is pretty similar to your command chain, but because it is already run from within the correct context you don't need to figure out how to pass the results set to the chain.
0 -
Thanks Cam!
I can't find Buffer Results. Where should I be looking?
0 -
Hi Craig,
The command is from a feature context, so you should find it as an option on Results List, Results Table, Result Details feature actions.
0 -
You can see this command e.g. from the Result Details configuration.
You won't see it from e.g. a menu item on the toolbar.
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
4 commentaires