Hello everybody,<br><br>I need to display a set of points that comes from a query to a database.<br>The information associated with the point is simply ID, X_COORD, Y_COORD.<br>I can write a php page that executes the query and I can get the results in javascript using a xmlhttprequest (ajax).<br>

I need to show them on my map and if clicked they should display a 
popup with ID and coords.<br>What is the best way for storing/formatting/viewing those points?<br><br>pure text and translate them into point/vector features?<br>georss?<br>geojson?<br>kml?<br><br>I cannot store the result of the query in a file e.g. result_points.kml, I need to handle them &quot;on the fly&quot;.<br>

<br>I know openlayers has many options available but I&#39;d like to know from everyday users which is the best (in terms of easiness, available options, etc.)<br><br>thank you in advance<br><br>alberto<br><br>