I want to use pgr_dijkstra in postgresql for OSM data. Steps :
- Insert OSM data into table 'streets' that contains source and target columns.
- Create streets_noded table with pgr_nodenetwork function.
- Use streets table in pgr_dijkstra.
Why the result is null ? What's wrong?