From d88952edbd0bf95a06e359d48b75e73200742c77 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Thu, 3 Oct 2019 17:56:55 +0200 Subject: [PATCH] Add river profile --- misc/profiles2/river.brf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 misc/profiles2/river.brf diff --git a/misc/profiles2/river.brf b/misc/profiles2/river.brf new file mode 100644 index 0000000..f3d9522 --- /dev/null +++ b/misc/profiles2/river.brf @@ -0,0 +1,21 @@ +---context:global # following code refers to global config + +# the elevation parameters + +assign downhillcost 0 +assign downhillcutoff 1.5 +assign uphillcost 0 +assign uphillcutoff 1.5 + +---context:way # following code refers to way-tags + +assign turncost 0 +assign initialcost 0 + +assign costfactor + switch or waterway=canal or waterway=river waterway=lock_gate 1 + 100000 + +---context:node # following code refers to node tags + +assign initialcost 0