Search Results Pop-up

1774
2
10-03-2013 07:45 AM
RobertConrad
New Contributor II
Currently when you do a search in the address locator that's at the top of a flex app it will zoom in and give you a results pop up window that has the address in it. What i'm looking to do is have that results pop up window look at another layers information that wasn't included in the search criteria and get the results from that layer.

For Example: I search by Address and hit enter and when it finds the address it zooms in the pop up results window would also show what pressure zone its in. I know I can use the Pop-up manager in the individual layers and then have the user click on the map and get results but I need to make it as easy as possible.

This will be and external website so I wanted to make this as easy as possible, thanks.

I'm thinking I do it somewhere in here but not sure how to do it:

<geocoder>
   <result>
      <title>Search result for {DESCRIPTION}:</title>
      <description>
         <![CDATA[Live traffic feed for {DESCRIPTION}
           <img src="{URL}" width="230" height="180"
            hspace="0" vspace="0"/><a href="{URL}">
            <br>See Image</a>]]>
      </description>
   </result>
Tags (2)
0 Kudos
2 Replies
AaronNash1
Occasional Contributor II
I was working on something similar, my thought was to geocode an address and then have it pop-up with the sanitation district day and whether or not the property was serviceable(both polygon feature classes). Never finished it, but my thought was to grab the spatial location of the mappoint after geocoding and then run an identify off the mappoint geometry. Maybe someone has something similar or has approached this in a different way.
0 Kudos
RobertConrad
New Contributor II
Thanks for the Reply, I still haven't got a solid answer on this. I guess it's not doable. 😞
0 Kudos