Hi, the basic structure is explained in a blog post:
https://www.mapbox.com/blog/smart-directions-with-osrm-graph-model/ —Dennis Am 05.05.2014 um 22:56 schrieb Carsten Malchow <[email protected]>: > Hello, > > i have a question according to the handling of the geomerty in OSRM. > How is the structur in the file with the node and egdes. How are the nodes > mapped? > From node to node or from intersection to the next intersection of a other > road? > One line (graph) can have more then one node? > > > for better understanding here a small drawing: > > f > \ / > a--b--c > / \ > d > > ab --> one insert in the data > bc--> one insert in the data > cd -->one insert in the data > cf -->one insert in the data > > OR: > ac-->one insert in the data > cd-->one insert in the data > cf-->one insert in the data > > Kind regards > > Carsten > > _______________________________________________ > OSRM-talk mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/osrm-talk _______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
