Skip to content

Commit b817933

Browse files
author
Andy Townsend
committed
Tube stations
Regular railway stations (`railway=station`) are still extracted as such, but those with `station=subway` are now extracted as `railway=tubestation`. No change to raster or to SVWD01 vector rendering. The SVWD10 vector rendering shows regular stations from vector 7 and tube stations from vector 9.
1 parent 541e393 commit b817933

11 files changed

Lines changed: 63 additions & 15 deletions

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
oExcept 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+
Regular railway stations (`railway=station`) are still extracted as such, but those with `station=subway` are now extracted as `railway=tubestation`. No change to SVWD01 vector rendering.
7+
58
## 27/04/2026
69
A "dark teal" colour is now used for restricted byways rather than the previous "bridleway blue".
710
Some PRoW representations' dash length was increased to be closer to the "new raster look", although widths have not yet been updated to match.

resources/changelog_svwd08.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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+
Regular railway stations (`railway=station`) are still extracted as such, but those with `station=subway` are now extracted as `railway=tubestation`. No change to SVWD08 vector rendering.
5+
36
## 27/04/2026
47
A "dark teal" colour is now used for restricted byways rather than the previous "bridleway blue".
58
Some PRoW representations' dash length was increased to be closer to the "new raster look", although widths have not yet been updated to match.

resources/changelog_svwd10.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes made to the [SVWD10 web display style](https://github.com/SomeoneElseOSM/SomeoneElse-vector-web-display/blob/main/resources/README_svwd10.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+
Regular railway stations (`railway=station`) are still extracted as such, but those with `station=subway` are now extracted as `railway=tubestation`. The SVWD10 vector rendering shows regular stations from vector 7 and tube stations from vector 9.
6+
47
## 29/04/2026
58
Also show subway tunnels from zoom 9 not 12.
69

resources/svwd01_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17992,9 +17992,10 @@
1799217992
"source": "someoneelse",
1799317993
"source-layer": "land1",
1799417994
"minzoom": 11,
17995-
"filter": [ "all", [ "in", "class", "railway_station" ] ],
17995+
"filter": [ "all", [ "in", "class", "railway_station",
17996+
"railway_tubestation" ] ],
1799617997
"layout": {
17997-
"icon-image": "{class}",
17998+
"icon-image": "railway_station",
1799817999
"icon-allow-overlap": true,
1799918000
"icon-size": { "stops": [ [ 11, 0.3 ],
1800018001
[ 13, 0.5 ],

resources/svwd01cy_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17992,9 +17992,10 @@
1799217992
"source": "someoneelse",
1799317993
"source-layer": "land1",
1799417994
"minzoom": 11,
17995-
"filter": [ "all", [ "in", "class", "railway_station" ] ],
17995+
"filter": [ "all", [ "in", "class", "railway_station",
17996+
"railway_tubestation" ] ],
1799617997
"layout": {
17997-
"icon-image": "{class}",
17998+
"icon-image": "railway_station",
1799817999
"icon-allow-overlap": true,
1799918000
"icon-size": { "stops": [ [ 11, 0.3 ],
1800018001
[ 13, 0.5 ],

resources/svwd01en_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17992,9 +17992,10 @@
1799217992
"source": "someoneelse",
1799317993
"source-layer": "land1",
1799417994
"minzoom": 11,
17995-
"filter": [ "all", [ "in", "class", "railway_station" ] ],
17995+
"filter": [ "all", [ "in", "class", "railway_station",
17996+
"railway_tubestation" ] ],
1799617997
"layout": {
17997-
"icon-image": "{class}",
17998+
"icon-image": "railway_station",
1799817999
"icon-allow-overlap": true,
1799918000
"icon-size": { "stops": [ [ 11, 0.3 ],
1800018001
[ 13, 0.5 ],

resources/svwd01ga_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17992,9 +17992,10 @@
1799217992
"source": "someoneelse",
1799317993
"source-layer": "land1",
1799417994
"minzoom": 11,
17995-
"filter": [ "all", [ "in", "class", "railway_station" ] ],
17995+
"filter": [ "all", [ "in", "class", "railway_station",
17996+
"railway_tubestation" ] ],
1799617997
"layout": {
17997-
"icon-image": "{class}",
17998+
"icon-image": "railway_station",
1799817999
"icon-allow-overlap": true,
1799918000
"icon-size": { "stops": [ [ 11, 0.3 ],
1800018001
[ 13, 0.5 ],

resources/svwd01gd_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17992,9 +17992,10 @@
1799217992
"source": "someoneelse",
1799317993
"source-layer": "land1",
1799417994
"minzoom": 11,
17995-
"filter": [ "all", [ "in", "class", "railway_station" ] ],
17995+
"filter": [ "all", [ "in", "class", "railway_station",
17996+
"railway_tubestation" ] ],
1799617997
"layout": {
17997-
"icon-image": "{class}",
17998+
"icon-image": "railway_station",
1799817999
"icon-allow-overlap": true,
1799918000
"icon-size": { "stops": [ [ 11, 0.3 ],
1800018001
[ 13, 0.5 ],

resources/svwd06_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17992,9 +17992,10 @@
1799217992
"source": "someoneelse",
1799317993
"source-layer": "land1",
1799417994
"minzoom": 11,
17995-
"filter": [ "all", [ "in", "class", "railway_station" ] ],
17995+
"filter": [ "all", [ "in", "class", "railway_station",
17996+
"railway_tubestation" ] ],
1799617997
"layout": {
17997-
"icon-image": "{class}",
17998+
"icon-image": "railway_station",
1799817999
"icon-allow-overlap": true,
1799918000
"icon-size": { "stops": [ [ 11, 0.3 ],
1800018001
[ 13, 0.5 ],

resources/svwd08_style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17363,9 +17363,10 @@
1736317363
"source": "someoneelse",
1736417364
"source-layer": "land1",
1736517365
"minzoom": 11,
17366-
"filter": [ "all", [ "in", "class", "railway_station" ] ],
17366+
"filter": [ "all", [ "in", "class", "railway_station",
17367+
"railway_tubestation" ] ],
1736717368
"layout": {
17368-
"icon-image": "{class}",
17369+
"icon-image": "railway_station",
1736917370
"icon-allow-overlap": true,
1737017371
"icon-size": { "stops": [ [ 11, 0.3 ],
1737117372
[ 13, 0.5 ],

0 commit comments

Comments
 (0)