Hey all, I am using Robert Scheitlin's eSearch widget (version 3.0), which is hanging (or maybe timing out?) on a single WMS. I hope there is an obvious solution.
Here's the WMS I am querying: http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2
It contains parcel boundaries for all 100 counties in the State of North Carolina. The last time I know my widget was working was when the service had 25 counties' worth of data.
I have no issue running a query against the WMS from the query URL, although it takes about 45 seconds.
http://services.nconemap.gov/arcgis/rest/services/NC1Map_Parcels/MapServer/2/query
CNTYNAME LIKE 'Wake' AND SITEADD LIKE '109 E%'
Within my Flex Viewer, however, the widget hangs.
That service does have a parcel centroids point layer with all the same attributes. I can run the same query against this (layer 1) and return values in half the time. The eSearch widget still hangs, though, when querying this point layer.
Is there a built-in time limit for the eSearch widget? Is there anything else I am missing?
Thanks in advance.
--ASE.
PS My code is attached. It looked wacky when I tried to embed it.