suspend drawing while processing
We're currently running some fairly extensive process' whereby a number of layers are turned on or off (in both the same map service and others). Every time we set a layer's visibility it redraws on the map, taking up a lot of time. Is there any way to suspend drawing changes to the map image until all process' are run?
Thanks,
James
0
-
Hi James, In the Esri JavaScript API there is a way to suspend drawing of individual services while you fiddle with their layers, but there isn’t currently a way to trigger this from a workflow. You would need to create custom client activities to call the suspend() and resume() functions. 0 -
Do you know where can I find the documentation on creating workflow activities with the js api with VS?
Thanks!
James0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare