Skip to content

Commit 8a7a4ea

Browse files
quaelnixulteq
authored andcommitted
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

File tree

misc/scripts/mapcreation/brouter.sql

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -675,15 +675,6 @@ WHERE losmid IN (
675675
WHERE
676676
forest_class NOT IN ('1'));
677677

678-
DELETE FROM town_tags
679-
WHERE losmid IN (
680-
SELECT
681-
losmid
682-
FROM
683-
river_tags
684-
WHERE
685-
river_class NOT IN ('1'));
686-
687678
SELECT
688679
count(*)
689680
FROM

0 commit comments

Comments
 (0)