Further to my previous question I was wondering if it is possible to add dummy node data without to do routing analysis.
ISSUE
- I have a polygon layer that represents zonal attributes
- I created a centroid (point layer) for each polygon
- I would like to add the new points to the database with "dummy" links to the nearest highway or nearest road of a certain classification
- Route from between all the nodes to develop a trip matrix
Is this possible with OSM and pgRouting?
NOTE I will add more details to this question tomorrow