I've got an ExtJs combobox next to the map with several points of the map that are provided from a Postgis database through Php/XmlHttprequest.
At the same time I've got a map with all points containing their respective attributes.
I need to select a point from the list and then this point must be searched on the map an centered on it.
Can somebody tell me which is the best way to proceed with this case? Relating combobox valuefield with map feature id maybe? Retrieving coordinates directly from database and centering the map on this coordinates?
Thank you
