Esri / information-lookup

Web app template that is used to determine if the location specified intersects a polygon
Apache License 2.0
6 stars 25 forks source link

Error on first search - subsequent searches fine #46

Open LDanforth opened 8 years ago

LDanforth commented 8 years ago

I have found that if a layer with thousands of small polys is used as a lookup layer then on some browsers or slower internet connections, the first search will produce the error message about the search being out of bounds or something. This is simply because the search was fast and tried to return data before the lookup layer could load. It would be nice if the app could wait until all layers have loaded before trying to produce data in the side panel.