From 8721802ca87d8e42da8b8db7deb6a090a47491e0 Mon Sep 17 00:00:00 2001 From: quaelnix <122357328+quaelnix@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:49:19 +0200 Subject: [PATCH] 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: switch estimated_town_class= 0 -> switch or estimated_town_class= ( not estimated_river_class= ) 0 --- misc/scripts/mapcreation/brouter.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/misc/scripts/mapcreation/brouter.sql b/misc/scripts/mapcreation/brouter.sql index 14aa65852..d56af09b9 100644 --- a/misc/scripts/mapcreation/brouter.sql +++ b/misc/scripts/mapcreation/brouter.sql @@ -675,15 +675,6 @@ WHERE losmid IN ( WHERE forest_class NOT IN ('1')); -DELETE FROM town_tags -WHERE losmid IN ( - SELECT - losmid - FROM - river_tags - WHERE - river_class NOT IN ('1')); - SELECT count(*) FROM