<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>hello all, <br>I have a question, how can I get the shortest path with dijkstra algorithm on a map but additionally have another layer or points of interest files from the map.<br>I set up pgrouting from http://www.utdallas.edu/~ama054000/rt_tutorial.html<br><br>for example: I have two layers, hotel (points) and road (polylines)<br>From hotel A (start point) to hotel B (end point) I can get road 2,3,4<br><br>there is any way to integrate these two files (point and line) into one so that for the calculations. In other words, how can I connect two tables, road and hotel to get dijkstra result?<br><br>Thanks for your answers</div></div></body></html>