<div dir="ltr">Can anybody confirm that the  in the table are as follows<div>CREATE TABLE pointsOfInterest(
pid BIGSERIAL,</div><div> x FLOAT, </div><div>y FLOAT,</div><div> edge_id BIGINT, </div><div>side CHAR, </div><div>fraction FLOAT,</div><div> the_geom geometry,</div><div> newPoint geometry
);<br></div><div>pid primary key the table</div><div>x/y   coordinates of teh point of interest</div><div>edge_id   the nearest edge id to this point of interest</div><div>has a value of l r b  ?</div><div>fraction ?</div><div>the_geom the geometry of the point</div><div>newPoint  the nearest point on the edge that is closest to this point</div><div><br></div><div>Any suggestions welcome</div><div><br></div><div>Dave.</div></div>