I have the OpenStreetMap database of Saxony and i want to Return a street which is between 2 given Node ID I should return in POSTGRE SQL
answer should be something like
i want find the distance between two nodes and also i need to return the street name, and geometries between the nodes from openstreetmap database? asked 29 Sep '15, 16:56 vinod12b aseerel4c26 ♦ |
do you mean routing or a straight line between the two nodes?
Have you already imported the data into a PostgreSQL database, and if yes, how?
aseerel4c26- thank you and yeah straight line between two nodes ..
Frederik Ramm- i imported .pbf file from gofabrik to postgre sql using osm2pgsql through cmd