URL Kicked Off Workflow - IE Issue
Hi all,
Hope maybe someone has an explaination or solution to this issue. We have an URL that kicks off our GVH site into a workflow to search for a parcel by ID with a variable coming from a separate system. Below is that URL for you to test (with a hardcoded parcel #). The function seems to work using Chrome, but just hangs in IE saying in 'Initializing'. Trying to track down why its hanging in IE or if I'm missing something in the URL, but since it works in Chrome it has me a bit stumped.
Thanks for any help or insight!
Cheers,
Brian
-
Hi Brian,
It actually hangs on both Chrome and IE for me, here.
Looks like the workflow is waiting for a MapExtentChangedEvent, which isn't happening after it subscribes to that event (because the viewer has finished loading).
If the map is slow to load then that event would be firing and the workflow can continue.
You can nudge it past this by changing the map extent by some tiny amount. However, the solution would likely to be a different sequence of steps to pan and zoom immediately rather than waiting for an event.
Regards,
-Malcolm
0 -
Thanks Malcom. I went ahead and add in a GetMapExtent and SetMapExtent with in the Initalization and that seemed to handle it. Thanks again for the help.
Cheers,
Brian
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare