Commit 8a7a4ea
No needless dropping of 'estimated_town_class'
To enable the crossing of a city along rivers, only one line of code in the profile text needs to be adjusted:
```
assign townpenalty
switch estimated_town_class= 1.0
...
```
->
```
assign townpenalty
switch or estimated_town_class= ( not estimated_river_class= ) 1.0
...
```1 parent 03aab82 commit 8a7a4ea
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | 678 | | |
688 | 679 | | |
689 | 680 | | |
| |||
0 commit comments