Skip to content

Commit

Permalink
Fixed bug where pubs with attributes "ynddddnl"
Browse files Browse the repository at this point in the history
(no real ale, carpet, limited wheelchair access) weren't displayed.
  • Loading branch information
Andy Townsend committed Oct 21, 2024
1 parent b1a44d1 commit 9ec594b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2806,8 +2806,16 @@
// accommodation no
// wheelchair limited
// beer garden unchecked
[amenity = 'pub_ynddddnl'][zoom >= 16]::amenity {
point-file: url('symbols/pub_ynddddnl.p.16.png');
[amenity = 'pub_ynddddnlg'][zoom >= 16]::amenity {
point-file: url('symbols/pub_ynddddnlg.p.16.png');
}

[amenity = 'pub_ynddddnlo'][zoom >= 16]::amenity {
point-file: url('symbols/pub_ynddddnlo.p.16.png');
}

[amenity = 'pub_ynddddnld'][zoom >= 16]::amenity {
point-file: url('symbols/pub_ynddddnld.p.16.png');
}

// open yes
Expand Down Expand Up @@ -4903,7 +4911,9 @@
[amenity = 'pub_ynddddnyg']::amenity,
[amenity = 'pub_ynddddnyo']::amenity,
[amenity = 'pub_ynddddnyd']::amenity,
[amenity = 'pub_ynddddnl']::amenity,
[amenity = 'pub_ynddddnlg']::amenity,
[amenity = 'pub_ynddddnlo']::amenity,
[amenity = 'pub_ynddddnld']::amenity,
[amenity = 'pub_ynddddnng']::amenity,
[amenity = 'pub_ynddddnno']::amenity,
[amenity = 'pub_ynddddnnd']::amenity,
Expand Down
File renamed without changes
Binary file added symbols/pub_ynddddnlg.p.16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symbols/pub_ynddddnlo.p.16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ec594b

Please sign in to comment.