Skip to content

Commit 903a98c

Browse files
author
Andy Townsend
committed
Fixed a bug where trunk "bridge sides" weren't being shown
if unwalkable - they should appear as it is still a bridge.
1 parent 7d0b197 commit 903a98c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

resources/changelog_svwd08.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changes made to the [SVWD08 web display style](https://github.com/SomeoneElseOSM/SomeoneElse-vector-web-display/blob/main/resources/README_svwd08.md).
22

3+
## As yet unreleased
4+
Fixed a bug where trunk "bridge sides" weren't being shown if unwalkable - they should appear as it is still a bridge.
5+
36
## 10/04/2025
47
First release of this style that "doesn't show roads you can't walk on".

resources/svwd08_style.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10331,8 +10331,6 @@
1033110331
"all",
1033210332
[ "in", "class", "trunk",
1033310333
"trunk_link" ],
10334-
[ "in", "edge", "sidewalk",
10335-
"verge" ],
1033610334
[ "==", "bridge", "yes" ]
1033710335
],
1033810336
"layout": { "line-cap": "butt", "line-join": "round", "visibility": "visible" },
@@ -10358,8 +10356,6 @@
1035810356
"all",
1035910357
[ "in", "class", "trunk",
1036010358
"trunk_link" ],
10361-
[ "in", "edge", "sidewalk",
10362-
"verge" ],
1036310359
[ "==", "bridge", "yes" ]
1036410360
],
1036510361
"layout": { "line-cap": "butt", "line-join": "round", "visibility": "visible" },

0 commit comments

Comments
 (0)