Updated development guide

This commit is contained in:
poutnikl 2019-09-18 10:53:43 +02:00
parent 28cc151931
commit d176937c41

View file

@ -247,6 +247,13 @@ Technical constraints
(way-)costfactor, and >=1000000. for a nodes "initalcost" are treated (way-)costfactor, and >=1000000. for a nodes "initalcost" are treated
as infinity, so please use these as the "forbidden" values. as infinity, so please use these as the "forbidden" values.
- Ways with costfactor >= 10000 are considered as if they did not exist at all.
- Ways with costfactor = 9999 are considered as
if they did not exist, but only during route calculation.
The navigation hint generator takes them into account.
Developing and debugging scripts Developing and debugging scripts
-------------------------------- --------------------------------