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

Enhancement Request - return additional information in 'outside service area popup' #10

Open ChrisBuscaglia opened 10 years ago

ChrisBuscaglia commented 10 years ago

The current app only reports outside service area if no features are returned.

I'm using multiple feature layers to display in the standard app popup, I need the service area to report additional information from a standard popup even if the feature is outside the service area.

For example, I need parcel information AND floodplain information to appear in the popup when intersect = true. I need just the parcel information presented if intersect = false.

MikeMillerGIS commented 9 years ago

@busbus I have implemented some changes that might close this issue.