Skip to content

Commit 29b0d0b

Browse files
committed
Add busway and bus_guideway to our GUI map styling
With these in place, the fastlink busway along the Clyde and the Cambridge guided busway are both rendered correctly on the map.
1 parent 86549f6 commit 29b0d0b

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

app/src/main/assets/osm-liberty-accessible/originalStyle.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"filter": [
325325
"all",
326326
["==", "brunnel", "tunnel"],
327-
["in", "class", "secondary", "tertiary"]
327+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
328328
],
329329
"layout": {"line-join": "round"},
330330
"paint": {
@@ -460,7 +460,7 @@
460460
"filter": [
461461
"all",
462462
["==", "brunnel", "tunnel"],
463-
["in", "class", "secondary", "tertiary"]
463+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
464464
],
465465
"layout": {"line-join": "round"},
466466
"paint": {
@@ -651,7 +651,7 @@
651651
"filter": [
652652
"all",
653653
["!in", "brunnel", "bridge", "tunnel"],
654-
["in", "class", "secondary", "tertiary"],
654+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"],
655655
["!=", "ramp", 1]
656656
],
657657
"layout": {"line-cap": "round", "line-join": "round"},
@@ -802,7 +802,7 @@
802802
"filter": [
803803
"all",
804804
["!in", "brunnel", "bridge", "tunnel"],
805-
["in", "class", "secondary", "tertiary"]
805+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
806806
],
807807
"layout": {"line-cap": "round", "line-join": "round"},
808808
"paint": {
@@ -1027,7 +1027,7 @@
10271027
"filter": [
10281028
"all",
10291029
["==", "brunnel", "bridge"],
1030-
["in", "class", "secondary", "tertiary"]
1030+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
10311031
],
10321032
"layout": {"line-join": "round"},
10331033
"paint": {
@@ -1162,7 +1162,7 @@
11621162
"filter": [
11631163
"all",
11641164
["==", "brunnel", "bridge"],
1165-
["in", "class", "secondary", "tertiary"]
1165+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
11661166
],
11671167
"layout": {"line-join": "round"},
11681168
"paint": {

app/src/main/assets/osm-liberty-accessible/style.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"filter": [
325325
"all",
326326
["==", "brunnel", "tunnel"],
327-
["in", "class", "secondary", "tertiary"]
327+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
328328
],
329329
"layout": {"line-join": "round"},
330330
"paint": {
@@ -460,7 +460,7 @@
460460
"filter": [
461461
"all",
462462
["==", "brunnel", "tunnel"],
463-
["in", "class", "secondary", "tertiary"]
463+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
464464
],
465465
"layout": {"line-join": "round"},
466466
"paint": {
@@ -651,7 +651,7 @@
651651
"filter": [
652652
"all",
653653
["!in", "brunnel", "bridge", "tunnel"],
654-
["in", "class", "secondary", "tertiary"],
654+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"],
655655
["!=", "ramp", 1]
656656
],
657657
"layout": {"line-cap": "round", "line-join": "round"},
@@ -802,7 +802,7 @@
802802
"filter": [
803803
"all",
804804
["!in", "brunnel", "bridge", "tunnel"],
805-
["in", "class", "secondary", "tertiary"]
805+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
806806
],
807807
"layout": {"line-cap": "round", "line-join": "round"},
808808
"paint": {
@@ -1027,7 +1027,7 @@
10271027
"filter": [
10281028
"all",
10291029
["==", "brunnel", "bridge"],
1030-
["in", "class", "secondary", "tertiary"]
1030+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
10311031
],
10321032
"layout": {"line-join": "round"},
10331033
"paint": {
@@ -1162,7 +1162,7 @@
11621162
"filter": [
11631163
"all",
11641164
["==", "brunnel", "bridge"],
1165-
["in", "class", "secondary", "tertiary"]
1165+
["in", "class", "secondary", "tertiary", "busway", "bus_guideway"]
11661166
],
11671167
"layout": {"line-join": "round"},
11681168
"paint": {

0 commit comments

Comments
 (0)