Hi All,<br><br>The scenario is to display a vector layer on the top of the map using openlayers that uses geoserver to show the vehicles icons. <br><br>The vehicle geometry comes from a stored procedure. The only value returned by the stored procedure is the vehicle polygon.<br>
<br>Another stored procedure has the vehicle id, color and position (x,y) co-ordinates for all the vehicles. <br><br>Using these two stored procedures the vehicles has to be displayed in with the given geometry, position and color.<br>
<br>How to read positions and apply that to a geometry in openlayers?<br>Do we need to combine the stored procedure&#39;s result in GeoServer?<br>If it is possible to display the vehicles using WFS, what are the steps to do that? <br>
<br>Kindly give some pointers or an example.<br><br>Regards,<br>Ramya<br><br><br>