Skip to content

Commit 2154764

Browse files
author
Andy Townsend
committed
If a tourism=attraction is also a highway, show as highway.
1 parent b774b35 commit 2154764

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Increase the checks on which buildings with a sport tag can appear as a leisure
1818
Use `theatre:type` to detect concert halls.
1919
Use more verge tags to detect verges.
2020
Treat `government=customs` as a government office.
21+
If a `tourism=attraction` is also a `highway`, show as `highway`.
2122

2223
## 27/11/2024
2324
Add more links to the web pages, vector about, vector changelogs, etc. - and links between them.

style.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,6 +2542,7 @@ function filter_tags_generic(keyvalues, nokeys)
25422542
if (( keyvalues["tourism"] == "attraction" ) and
25432543
(( keyvalues["shop"] ~= nil ) or
25442544
( keyvalues["amenity"] ~= nil ) or
2545+
( keyvalues["tourism"] ~= nil ) or
25452546
( keyvalues["leisure"] == "park" ))) then
25462547
keyvalues["tourism"] = nil
25472548
end

0 commit comments

Comments
 (0)