Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions misc/scripts/mapcreation/brouter.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down