From d176937c416fdd42b8ddeaa3532122787d7b1399 Mon Sep 17 00:00:00 2001 From: poutnikl Date: Wed, 18 Sep 2019 10:53:43 +0200 Subject: [PATCH] Updated development guide --- misc/readmes/profile_developers_guide.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc/readmes/profile_developers_guide.txt b/misc/readmes/profile_developers_guide.txt index 81e9d90..4d31115 100644 --- a/misc/readmes/profile_developers_guide.txt +++ b/misc/readmes/profile_developers_guide.txt @@ -247,6 +247,13 @@ Technical constraints (way-)costfactor, and >=1000000. for a nodes "initalcost" are treated 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 --------------------------------