Updated restriction parser doc

This commit is contained in:
Patrick Niklaus 2015-04-20 10:30:21 +02:00
parent d96e90c6f4
commit fbb4e9078a

View File

@ -55,7 +55,7 @@ class ScriptingEnvironment;
* The restriction is represented by the osm id of the from way, the osm id of the * The restriction is represented by the osm id of the from way, the osm id of the
* to way and the osm id of the via node. This representation must be post-processed * to way and the osm id of the via node. This representation must be post-processed
* in the extractor to work with the edge-based data-model of OSRM: * in the extractor to work with the edge-based data-model of OSRM:
* Since the from and to way share the via-way as node a turn will have the following form: * Since the from and to way share the via-node a turn will have the following form:
* ...----(a)-----(via)------(b)----... * ...----(a)-----(via)------(b)----...
* So it can be represented by the tripe (a, via, b). * So it can be represented by the tripe (a, via, b).
*/ */