Skip to content

Commit aa308c1

Browse files
author
Andy Townsend
committed
Updated bridge casing width in svwd03 style to match
the less prominent one in the `svwd0` style.
1 parent 01eff95 commit aa308c1

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

resources/changelog_svwd03.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes made to the [SVWD03 web display style](https://github.com/SomeoneElseOSM/SomeoneElse-vector-web-display/blob/main/resources/README_svwd03.md).
22
See also the [changelog](https://github.com/SomeoneElseOSM/SomeoneElse-vector-web-display/blob/main/changelog.md) for the scripts here.
33

4+
## As yet unreleased
5+
Updated bridge casing width in `svwd03` style to match the less prominent one in the `svwd0` style.
6+
47
## 28/07/2025
58
Added more icons for fast_food cuisines, where icons are already available from the svwd01 style.
69
These are `amenity=fast_food` and something like `cuisine=british`.

resources/svwd03_style.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3458,10 +3458,10 @@
34583458
"paint": {
34593459
"line-color": "black",
34603460
"line-width": {
3461-
"base": 7.2,
3461+
"base": 1.8,
34623462
"stops": [
3463-
[ 15, 7.2 ],
3464-
[ 20, 14.4 ]
3463+
[ 15, 5.4 ],
3464+
[ 20, 10.8 ]
34653465
]
34663466
}
34673467
}
@@ -3497,10 +3497,10 @@
34973497
"paint": {
34983498
"line-color": "black",
34993499
"line-width": {
3500-
"base": 4.8,
3500+
"base": 1.8,
35013501
"stops": [
3502-
[ 15, 4.8 ],
3503-
[ 20, 9.6 ]
3502+
[ 15, 3.6 ],
3503+
[ 20, 7.2 ]
35043504
]
35053505
}
35063506
}
@@ -3517,10 +3517,10 @@
35173517
"paint": {
35183518
"line-color": "black",
35193519
"line-width": {
3520-
"base": 9.6,
3520+
"base": 1.8,
35213521
"stops": [
3522-
[ 15, 9.6 ],
3523-
[ 20, 19.2 ]
3522+
[ 15, 7.2 ],
3523+
[ 20, 14.4 ]
35243524
]
35253525
}
35263526
}
@@ -3537,10 +3537,10 @@
35373537
"paint": {
35383538
"line-color": "black",
35393539
"line-width": {
3540-
"base": 4.8,
3540+
"base": 1.8,
35413541
"stops": [
3542-
[ 15, 4.8 ],
3543-
[ 20, 9.6 ]
3542+
[ 15, 3.6 ],
3543+
[ 20, 7.2 ]
35443544
]
35453545
}
35463546
}
@@ -3557,10 +3557,10 @@
35573557
"paint": {
35583558
"line-color": "black",
35593559
"line-width": {
3560-
"base": 4.8,
3560+
"base": 1.8,
35613561
"stops": [
3562-
[ 15, 4.8 ],
3563-
[ 20, 9.6 ]
3562+
[ 15, 3.6 ],
3563+
[ 20, 7.2 ]
35643564
]
35653565
}
35663566
}

0 commit comments

Comments
 (0)