Hi all,<br><br>I&#39;ve got a pretty simple Ajax function working on my page. Essentially, I have a text field which fires ajax calls onkeyup, and when the results are found, they get dumped into a div below. What I&#39;d like to do, is have the results of those searches simultaneously get dumped into the map. I&#39;ve got my head wrapped around how to get the php script to format the  querry into Gml or alternatively WKT, but I&#39;m not sure how to feed the data to the map div and how to deal with the next set of points getting loaded. I was thinking of chaining a function connected to the ajax request, something like an add features script. <br>
<br>Has anyone done something like this or can someone suggest how to deal with the response text?<br>best and thanks,<br>nick<br>