ThinkGeo.com    |     Documentation    |     Premium Support

AJAX address Look up

Hi Support Team,


I need to do something similar like what's in the following link when looking for an address.  (i.e. As users type address letter by letter into the address box,  the search result is refined and shown to the users simultaneously.)  


dhtmlgoodies.com/scripts/ajax-dynamic-list/ajax-dynamic-list.html


I am not familiar with AJAX.. but . My question for now is... if i have the map data in shapefiles, how can this function be supported/ how much can/should be done on the server side? like.. shall I save the address data in a datatable (like cache it) before the search box is made available? but the shaple file that contains the street features is very big which reuires like minutes to finish loading..  Do you have any advice for me?  Let me know if I haven't made my requirements clear to you.


 


Thanks a lot!


 


Roson



Roson,


First of all, you can spend a little time to familiar with one way to implement AJAX. Here is an article you can use which can satisfy your requirement quite well and it's very simple.

singingeels.com/Articles..._AJAX.aspx


On the other hand, the rest issue is how to fuzzy query features by the charactors. We have an installed sample which using Sql statement to query features; you can find it at "Samples/QueryingFeatureLayers/ExceuteASqlQuery.aspx".


With the AJAX technolegy above and the query function in our product; I think you can implement it on your side.


Please have a try and let me know if you have more questions.


Thanks,

Howard