Skip to content

Commit 359ad69

Browse files
author
Andy Townsend
committed
Display 4-character National Trail shields
as well as shorter ones.
1 parent 3de0f48 commit 359ad69

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

resources/changelog_svwd01.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
See also the [changelog](https://github.com/SomeoneElseOSM/SomeoneElse-vector-web-display/blob/main/changelog.md) for the scripts here.
33
Except as noted, all changes also apply to the [SVWD06 Android native display style](https://github.com/SomeoneElseOSM/SomeoneElse-vector-web-display/blob/main/resources/README_svwd06.md).
44

5+
## As yet unreleased
6+
Display 4-character National Trail shields as well as shorter ones.
7+
58
## 13/03/2025
69
Mud, scree, heath, scrube etc. are now shown at a wider range of zoom levels,
710

resources/svwd01_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18555,11 +18555,12 @@
1855518555
"id": "label-shield-NT-15",
1855618556
"type": "symbol",
1855718557
"source-layer": "transportation",
18558-
"filter": [ "all", [ "in", "class", "ldpnwn" ],
18558+
"filter": [ "all", [ "in", "class", "ldpnwn",
18559+
"ldpnhn" ],
1855918560
[ "has", "ref" ],
1856018561
[ "in", "operator", "National Trails",
1856118562
"Natural England" ],
18562-
[ "<", "ref_len", 4 ] ],
18563+
[ "<", "ref_len", 5 ] ],
1856318564
"layout": {
1856418565
"icon-image": "shield_NT",
1856518566
"icon-size": { "stops": [ [ 15, 1.0 ],

resources/svwd06_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18555,11 +18555,12 @@
1855518555
"id": "label-shield-NT-15",
1855618556
"type": "symbol",
1855718557
"source-layer": "transportation",
18558-
"filter": [ "all", [ "in", "class", "ldpnwn" ],
18558+
"filter": [ "all", [ "in", "class", "ldpnwn",
18559+
"ldpnhn" ],
1855918560
[ "has", "ref" ],
1856018561
[ "in", "operator", "National Trails",
1856118562
"Natural England" ],
18562-
[ "<", "ref_len", 4 ] ],
18563+
[ "<", "ref_len", 5 ] ],
1856318564
"layout": {
1856418565
"icon-image": "shield_NT",
1856518566
"icon-size": { "stops": [ [ 15, 1.0 ],

0 commit comments

Comments
 (0)